Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取和设置一个值,该值表示参数是仅输入、仅输出、双向还是存储过程返回值参数。
Public Overrides Property Direction As ParameterDirection
public override ParameterDirection Direction {get;set;}
ParameterDirection 值之一。
如果 ParameterDirection 为 output,而执行关联的 SACommand 并未返回值,则 SAParameter 将包含空值。读取最后一个结果集中的最后一行后,将会更新 Output、InputOut 和 ReturnValue 参数。