MetaFunction::IsComposable Property

 

Gets whether the function can be composed within a query.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property bool IsComposable {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the function can be composed within a query.

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

.NET Framework
Available since 3.5
Return to top
Show: