[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyMapper.DefaultColumnName(System.Type)"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static string DefaultColumnName(
	Type ownerEntityType
)
Visual Basic
Public Shared Function DefaultColumnName ( _
	ownerEntityType As Type _
) As String
Visual C++
public:
static String^ DefaultColumnName(
	Type^ ownerEntityType
)

Parameters

ownerEntityType
Type: System..::..Type

[Missing <param name="ownerEntityType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyMapper.DefaultColumnName(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyMapper.DefaultColumnName(System.Type)"]

See Also