Registers a mapping from a CLR method to a server-side function.

Namespace:  Mindscape.LightSpeed.Linq
Assembly:  Mindscape.LightSpeed.Linq (in Mindscape.LightSpeed.Linq.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public static void Register(
	MethodInfo clrMethod,
	string sqlFunctionName
)
Visual Basic (Declaration)
Public Shared Sub Register ( _
	clrMethod As MethodInfo, _
	sqlFunctionName As String _
)

Parameters

clrMethod
Type: System.Reflection..::.MethodInfo
The CLR method to be mapped.
sqlFunctionName
Type: System..::.String
The server-side function name.

See Also