2 overrides of GetFunction
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
298public override MetaFunction GetFunction(MethodInfo method) {
Mapping\MappedMetaModel.cs (1)
209public override MetaFunction GetFunction(MethodInfo method) {
3 references to GetFunction
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (2)
1988MetaFunction function = services.Model.GetFunction(mc.Method); 1994MetaFunction function = services.Model.GetFunction(mc.Method);
SqlClient\SqlProvider.cs (1)
1147return this.services.Model.GetFunction(mc.Method);