EdmFunction.IsComposableAttribute 属性

定义

获取或设置一个值,该值指示将此实例映射到函数还是映射到存储过程。Gets or sets whether this instance is mapped to a function or to a stored procedure.

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

属性值

Boolean

如果该实例映射到函数,则为 true;如果该实例映射到存储过程,则为 falsetrue if this instance is mapped to a function; false if this instance is mapped to a stored procedure.

适用于