Namespace:
NHibernate.Loader.Custom
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ alias As String, _ entityName As String, _ propertyResults As IDictionary, _ lockMode As LockMode _ ) |
C# |
---|
public SQLQueryRootReturn( string alias, string entityName, IDictionary propertyResults, LockMode lockMode ) |
Visual C++ |
---|
public: SQLQueryRootReturn( String^ alias, String^ entityName, IDictionary^ propertyResults, LockMode^ lockMode ) |
JavaScript |
---|
NHibernate.Loader.Custom.SQLQueryRootReturn = function(alias, entityName, propertyResults, lockMode); |
Parameters
- alias
- Type: System..::.String
- entityName
- Type: System..::.String
- propertyResults
- Type: System.Collections..::.IDictionary
- lockMode
- Type: NHibernate..::.LockMode