Share via


DataSourceInformation.CommandDeriveParametersSupport Field

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

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

Syntax

'Declaration
Public Const CommandDeriveParametersSupport As String
'Usage
Dim value As String 

value = DataSourceInformation.CommandDeriveParametersSupport
public const string CommandDeriveParametersSupport
public:
literal String^ CommandDeriveParametersSupport
public const var CommandDeriveParametersSupport : 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.

.NET Framework Security

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace