MetaFunction.IsComposable Property

Definition

Gets whether the function can be composed within a query.

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

Property Value

true if the function can be composed within a query.

Remarks

A stored procedure cannot be composed within a query. Methods that represent stored procedures return false.

Applies to