Specifies which types of commands are supported by the Prepare(String, DataCommandType, [], Int32) method.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Const CommandPrepareSupport As String
'使用
Dim value As String
value = DataSourceInformation.CommandPrepareSupport
public const string CommandPrepareSupport
public:
literal String^ CommandPrepareSupport
public const var CommandPrepareSupport : String
Field Value
Type: System.String
Remarks
Values for this property are formatted as comma-delimited lists of integers representing values from the DataCommandType enumeration or other provider-specific data command types.
For example, to specify that Text and Procedure are supported, the value of this property would be 1,4.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.