1 write to IsCachedStoreFunction
System.Data.Entity (1)
System\Data\Metadata\StoreItemCollection.cs (1)
414
IsCachedStoreFunction
= true,
2 references to IsCachedStoreFunction
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
47
if (payload.
IsCachedStoreFunction
.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.IsCachedStoreFunction, payload.
IsCachedStoreFunction
.Value);