2 writes to StoreFunctionName
System.Data.Entity (2)
System\Data\Metadata\Converter.cs (1)
1001
StoreFunctionName
= somFunction.StoreFunctionName,
System\Data\Metadata\StoreItemCollection.cs (1)
407
StoreFunctionName
= sTypeFunction.StoreFunctionNameAttribute,
2 references to StoreFunctionName
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
55
if (payload.
StoreFunctionName
!= null)
57
_storeFunctionNameAttribute = payload.
StoreFunctionName
;