[Missing <summary> documentation for "M:Caisis.BOL.BusinessObject.SortTablenamesByParent``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static List<T> SortTablenamesByParent<T>(
	IEnumerable<T> items,
	Func<T, string> getTablename
)
Visual Basic
Public Shared Function SortTablenamesByParent(Of T) ( 
	items As IEnumerable(Of T),
	getTablename As Func(Of T, String)
) As List(Of T)
Visual C++
public:
generic<typename T>
static List<T>^ SortTablenamesByParent(
	IEnumerable<T>^ items, 
	Func<T, String^>^ getTablename
)

Parameters

items
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>

[Missing <param name="items"/> documentation for "M:Caisis.BOL.BusinessObject.SortTablenamesByParent``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})"]

getTablename
Type: System..::..Func<(Of <(<'T, String>)>)>

[Missing <param name="getTablename"/> documentation for "M:Caisis.BOL.BusinessObject.SortTablenamesByParent``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Caisis.BOL.BusinessObject.SortTablenamesByParent``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})"]

Return Value

Type: List<(Of <(<'T>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.SortTablenamesByParent``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})"]

See Also