DataSourceInformation.CommandDeriveSchemaSupport Field

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

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

Syntax

'Declaration
Public Const CommandDeriveSchemaSupport As String
public const string CommandDeriveSchemaSupport
public:
literal String^ CommandDeriveSchemaSupport
static val mutable CommandDeriveSchemaSupport: string
public const var CommandDeriveSchemaSupport : 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 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.Framework Namespace