Get the registry to provide Hql-Generators for known properties/methods.

Namespace: NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ILinqToHqlGeneratorsRegistry LinqToHqlGeneratorsRegistry { get; internal set; }
Visual Basic
Public Property LinqToHqlGeneratorsRegistry As ILinqToHqlGeneratorsRegistry
	Get
	Friend Set
Visual C++
public:
property ILinqToHqlGeneratorsRegistry^ LinqToHqlGeneratorsRegistry {
	ILinqToHqlGeneratorsRegistry^ get ();
	internal: void set (ILinqToHqlGeneratorsRegistry^ value);
}

See Also