The key to use the type-definition inside not strongly typed mappings (XML mapping).

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

Syntax

C#
string Alias { get; set; }
Visual Basic
Property Alias As String
	Get
	Set
Visual C++
property String^ Alias {
	String^ get ();
	void set (String^ value);
}

See Also