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