Click or drag to resize
DataParameterDirection Property
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. The default is Input.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public ParameterDirection Direction { get; set; }

Property Value

Type: ParameterDirection
See Also