FunctionAttribute.IsComposable 属性

定义

获取或设置方法是映射到函数还是映射到存储过程。

public:
 property bool IsComposable { bool get(); void set(bool value); };
public bool IsComposable { get; set; }
member this.IsComposable : bool with get, set
Public Property IsComposable As Boolean

属性值

true 如果函数, false 如果存储过程。

适用于