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 如果是儲存程序。

適用於