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

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

Syntax

C#
public virtual void RegisterGenerator(
	MemberInfo property,
	IHqlGeneratorForProperty generator
)
Visual Basic
Public Overridable Sub RegisterGenerator ( _
	property As MemberInfo, _
	generator As IHqlGeneratorForProperty _
)
Visual C++
public:
virtual void RegisterGenerator(
	MemberInfo^ property, 
	IHqlGeneratorForProperty^ generator
)

Parameters

property
Type: System.Reflection..::..MemberInfo

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

generator
Type: NHibernate.Linq.Functions..::..IHqlGeneratorForProperty

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

Implements

ILinqToHqlGeneratorsRegistry..::..RegisterGenerator(MemberInfo, IHqlGeneratorForProperty)

See Also