Share via


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
'Usage
Dim value As String 

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

DataSourceInformation Members

Microsoft.VisualStudio.Data.Framework Namespace