Get the query language imports
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Imports As IDictionary |
C# |
---|
public IDictionary Imports { get; } |
Visual C++ |
---|
public: property IDictionary^ Imports { IDictionary^ get (); } |
JavaScript |
---|
function get_imports(); |