EdmFunctionPayload.IsComposable Property

 

Gets or sets whether this function can be composed.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<bool> IsComposable {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Boolean>

true if this function can be composed; otherwise, false.