Share via


DataSourceInformation.CommandPrepareSupport Field

Specifies what types of commands are supported by the Prepare method.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Const CommandPrepareSupport As String
public const string CommandPrepareSupport
public:
literal String^ CommandPrepareSupport
static val mutable CommandPrepareSupport: string
public const var CommandPrepareSupport : String

Remarks

Values for this property are formatted as a comma-delimited list of integers representing values from the DataCommandType enumeration or other provider-specific data command types.

For example, to specify that the Text and Procedure are supported, the value of this property would be "1,4".

.NET Framework Security

See Also

Reference

DataSourceInformation Class

Microsoft.VisualStudio.Data Namespace