Sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public SqlParamDirection Direction { get; set; }
Visual Basic
Public Property Direction As SqlParamDirection
	Get
	Set
Visual C++
public:
property SqlParamDirection Direction {
	SqlParamDirection get ();
	void set (SqlParamDirection value);
}

See Also