DataSourceInformation.CommandParameterSupport Field

Specifies which parameter directions are supported.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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

See Also

Reference

DataSourceInformation Class

Microsoft.VisualStudio.Data.Framework Namespace