[Missing <summary> documentation for "M:NHibernate.Linq.Functions.DefaultLinqToHqlGeneratorsRegistry.RegisterGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod)"]

Namespace: NHibernate.Linq.Functions
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual void RegisterGenerator(
	MethodInfo method,
	IHqlGeneratorForMethod generator
)
Visual Basic
Public Overridable Sub RegisterGenerator ( _
	method As MethodInfo, _
	generator As IHqlGeneratorForMethod _
)
Visual C++
public:
virtual void RegisterGenerator(
	MethodInfo^ method, 
	IHqlGeneratorForMethod^ generator
)

Parameters

method
Type: System.Reflection..::..MethodInfo

[Missing <param name="method"/> documentation for "M:NHibernate.Linq.Functions.DefaultLinqToHqlGeneratorsRegistry.RegisterGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod)"]

generator
Type: NHibernate.Linq.Functions..::..IHqlGeneratorForMethod

[Missing <param name="generator"/> documentation for "M:NHibernate.Linq.Functions.DefaultLinqToHqlGeneratorsRegistry.RegisterGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod)"]

Implements

ILinqToHqlGeneratorsRegistry..::..RegisterGenerator(MethodInfo, IHqlGeneratorForMethod)

See Also