The named SQL queries
Namespace:
NHibernate.CfgAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property NamedSQLQueries As IDictionary |
C# |
---|
public IDictionary NamedSQLQueries { get; } |
Visual C++ |
---|
public: property IDictionary^ NamedSQLQueries { IDictionary^ get (); } |
JavaScript |
---|
function get_namedSQLQueries(); |