Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable Sub HandlePath ( _
	path As String, _
	type As IType _
)
C#
protected virtual void HandlePath(
	string path,
	IType type
)
Visual C++
protected:
virtual void HandlePath(
	String^ path, 
	IType^ type
)
JavaScript
function handlePath(path, type);

Parameters

path
Type: System..::.String
type
Type: NHibernate.Type..::.IType

See Also