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

Syntax

Visual Basic (Declaration)
Protected Function GetPropertyColumnSpan ( _
	i As Integer _
) As Integer
C#
protected int GetPropertyColumnSpan(
	int i
)
Visual C++
protected:
int GetPropertyColumnSpan(
	int i
)
JavaScript
function getPropertyColumnSpan(i);

Parameters

i
Type: System..::.Int32

See Also