1 override of ReturnTypeOfFunction
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
1193internal override ProviderType ReturnTypeOfFunction(SqlFunctionCall functionCall) {
1 reference to ReturnTypeOfFunction
System.Data.Linq (1)
SqlClient\Query\SqlRetyper.cs (1)
216ProviderType newType = this.typeProvider.ReturnTypeOfFunction(fc);