[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetSplitGroupsFor(System.Type)"]

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

Syntax

C#
public IEnumerable<string> GetSplitGroupsFor(
	Type type
)
Visual Basic
Public Function GetSplitGroupsFor ( _
	type As Type _
) As IEnumerable(Of String)
Visual C++
public:
virtual IEnumerable<String^>^ GetSplitGroupsFor(
	Type^ type
) sealed

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetSplitGroupsFor(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetSplitGroupsFor(System.Type)"]

Implements

IModelExplicitDeclarationsHolder..::..GetSplitGroupsFor(Type)

See Also