EdmFunction.IsComposableAttribute 属性

定义

获取或设置一个值,该值指示将此实例映射到函数还是映射到存储过程。

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

属性值

如果该实例映射到函数,则为 true;如果该实例映射到存储过程,则为 false

适用于