EdmFunctionPayload.IsCachedStoreFunction Property

 

Gets or sets whether this function is a cached store function.

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

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

Property Value

Type: System.Nullable<Boolean>

true if this function is a cached store function; otherwise, false.