Retrieve the user-supplied column->property mappings.
Namespace: NHibernate.Engine.Query.SqlAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IDictionary<string, string[]> PropertyResultsMap { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PropertyResultsMap As IDictionary(Of String, String()) Get |
| Visual C++ |
|---|
public: property IDictionary<String^, array<String^>^>^ PropertyResultsMap { IDictionary<String^, array<String^>^>^ get (); } |