2 references to IsCachedStoreFunction
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
47if (payload.IsCachedStoreFunction.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.IsCachedStoreFunction, payload.IsCachedStoreFunction.Value); 278return GetFunctionAttribute(FunctionAttributes.IsCachedStoreFunction);