ParameterBuilder.IsIn 属性

定义

检索这是否为输入参数。Retrieves whether this is an input parameter.

public:
 property bool IsIn { bool get(); };
public bool IsIn { get; }
member this.IsIn : bool
Public ReadOnly Property IsIn As Boolean

属性值

Boolean

只读。Read-only. 检索这是否为输入参数。Retrieves whether this is an input parameter.

注解

此方法依赖于可选的元数据标志。This method depends on an optional metadata flag. 编译器可以插入此标志,但编译器无义务执行此操作。This flag can be inserted by compilers, but the compilers are not obligated to do so.

适用于