[Missing <summary> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.RegisterGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void RegisterGenerator( MethodInfo method, IHqlGeneratorForMethod generator ) |
Visual Basic |
---|
Sub RegisterGenerator ( _ method As MethodInfo, _ generator As IHqlGeneratorForMethod _ ) |
Visual C++ |
---|
void RegisterGenerator( MethodInfo^ method, IHqlGeneratorForMethod^ generator ) |
Parameters
- method
- Type: System.Reflection..::..MethodInfo
[Missing <param name="method"/> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.RegisterGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod)"]
- generator
- Type: NHibernate.Linq.Functions..::..IHqlGeneratorForMethod
[Missing <param name="generator"/> documentation for "M:NHibernate.Linq.Functions.ILinqToHqlGeneratorsRegistry.RegisterGenerator(System.Reflection.MethodInfo,NHibernate.Linq.Functions.IHqlGeneratorForMethod)"]