DataSourceInformation.CommandParameterSupport Field
Specifies what parameter directions are supported.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
Public Const CommandParameterSupport As String
Dim value As String
value = DataSourceInformation.CommandParameterSupport
public const string CommandParameterSupport
public:
literal String^ CommandParameterSupport
public const var CommandParameterSupport : String
Field Value
Type: System.String
Remarks
Values for this property are single integers representing the bitmask of all supported parameter directions from the DataParameterDirection enumeration.
For example, to specify that the In and ReturnValue directions are supported, the value of this property would be the integer equivalent of [DataParameterDirection.In | DataParameterDirection.ReturnValue].
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.