From NHibernate documentation:
The auto-import attribute lets us use
unqualified class names in the query language,
by default. The assembly and namespace attributes
specify the assembly where persistent classes
are located and the namespace they are declared in.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public bool UseAutoImport{ get; set;} |
See Also
ActiveRecordAttribute Class
Castle.ActiveRecord Namespace