EdmFunction.IsComposableAttribute 属性

定义

获取或设置此实例是映射到函数还是映射到存储过程。

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

属性值

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

适用于