FunctionAttribute.IsComposable Property

Definition

Gets or sets whether a method is mapped to a function or to a stored procedure.

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

Property Value

true if a function; false if a stored procedure.

Applies to