5 references to StoreFunctionNameAttribute
System.Data.Entity (5)
System\Data\Metadata\StoreItemCollection.cs (1)
407StoreFunctionName = sTypeFunction.StoreFunctionNameAttribute,
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (2)
1698if (null != function.StoreFunctionNameAttribute) 1700storeFunctionName = function.StoreFunctionNameAttribute;
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
458string functionName = String.IsNullOrEmpty(function.StoreFunctionNameAttribute) ? 459function.Name : function.StoreFunctionNameAttribute;