MetaModel::GetFunction Method (MethodInfo^)
.NET Framework (current version)
Gets the MetaFunction that corresponds to a database function.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- method
-
Type:
System.Reflection::MethodInfo^
The method defined on the DataContext or subordinate class that represents the database function.
Return Value
Type: System.Data.Linq.Mapping::MetaFunction^The meta-function that corresponds to a database function.
Database functions are user-defined functions, table-valued functions, and stored procedures.
.NET Framework
Available since 3.5
Available since 3.5
Show: