DataSourceInformation.CommandParameterSupport Field
Specifies what parameter directions are supported.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const CommandParameterSupport As String
public const string CommandParameterSupport
public:
literal String^ CommandParameterSupport
static val mutable CommandParameterSupport: string
public const var CommandParameterSupport : 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].
.NET Framework Security
- 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.