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

Syntax

Visual Basic (Declaration)
Protected Sub AddPropertyPath ( _
	path As String, _
	type As IType, _
	columns As String(), _
	formulaTemplates As String() _
)
C#
protected void AddPropertyPath(
	string path,
	IType type,
	string[] columns,
	string[] formulaTemplates
)
Visual C++
protected:
void AddPropertyPath(
	String^ path, 
	IType^ type, 
	array<String^>^ columns, 
	array<String^>^ formulaTemplates
)
JavaScript
function addPropertyPath(path, type, columns, formulaTemplates);

Parameters

path
Type: System..::.String
type
Type: NHibernate.Type..::.IType
columns
Type: array< System..::.String >[]()[]
formulaTemplates
Type: array< System..::.String >[]()[]

See Also