Namespace:  NHibernate.Hql.Classic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub AddEntityToFetch ( _
	name As String, _
	oneToOneOwnerName As String, _
	ownerAssociationType As IAssociationType _
)
C#
public void AddEntityToFetch(
	string name,
	string oneToOneOwnerName,
	IAssociationType ownerAssociationType
)
Visual C++
public:
void AddEntityToFetch(
	String^ name, 
	String^ oneToOneOwnerName, 
	IAssociationType^ ownerAssociationType
)
JavaScript
function addEntityToFetch(name, oneToOneOwnerName, ownerAssociationType);

Parameters

name
Type: System..::.String
oneToOneOwnerName
Type: System..::.String
ownerAssociationType
Type: NHibernate.Type..::.IAssociationType

See Also