Gets or sets a boolean indicating if the Fully Qualified Type name should
automattically have an import added as the class name.
Namespace:
NHibernate.Cfg
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsAutoImport As Boolean |
C# |
---|
public bool IsAutoImport { get; set; } |
Visual C++ |
---|
public:
property bool IsAutoImport {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_isAutoImport();
function set_isAutoImport(value); |
Field Value
trueTruetruetrue (True in Visual Basic) if the class name should be used as an import.
Remarks
See Also