DataParameter.Direction Property
Gets or sets a DataParameterDirection object specifying the direction of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Property Direction As DataParameterDirection
Get
Set
public DataParameterDirection Direction { get; set; }
public:
virtual property DataParameterDirection Direction {
DataParameterDirection get () sealed;
void set (DataParameterDirection value) sealed;
}
abstract Direction : DataParameterDirection with get, set
override Direction : DataParameterDirection with get, set
final function get Direction () : DataParameterDirection
final function set Direction (value : DataParameterDirection)
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
A DataParameterDirection object specifying the direction of the parameter.
Implements
Remarks
The DataParameterDirection type is an enumeration with the following values: Unknown, In, Out, InOut, and 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.