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