6 references to CreateFunctionDescription
System.Data.Services (6)
System\Data\Services\Parsing\FunctionDescription.cs (6)
245CreateFunctionDescription(typeof(string), false /* instance */, true /* method */, "Concat", typeof(string), typeof(string)) 251CreateFunctionDescription(typeof(string), true /* instance */, false /* method */, "Length", Type.EmptyTypes) 508return CreateFunctionDescription(typeof(string), true /* instance */, true /* method */, name, parameterTypes); 518CreateFunctionDescription(typeof(DateTime), true /* instance */, false /* method */, name, Type.EmptyTypes) 529CreateFunctionDescription(typeof(Math), false /* instance */, true /* method */, name, typeof(double)), 530CreateFunctionDescription(typeof(Math), false /* instance */, true /* method */, name, typeof(decimal)),