[Missing <summary> documentation for "M:Caisis.DataAccess.Connectivity.GetChildren(System.String,System.String,System.Int32,System.Data.DataTable)"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public static int GetChildren(
	string tablename,
	string parentKeyName,
	int parentKey,
	DataTable table
)
Visual Basic
Public Shared Function GetChildren ( 
	tablename As String,
	parentKeyName As String,
	parentKey As Integer,
	table As DataTable
) As Integer
Visual C++
public:
static int GetChildren(
	String^ tablename, 
	String^ parentKeyName, 
	int parentKey, 
	DataTable^ table
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.DataAccess.Connectivity.GetChildren(System.String,System.String,System.Int32,System.Data.DataTable)"]

parentKeyName
Type: System..::..String

[Missing <param name="parentKeyName"/> documentation for "M:Caisis.DataAccess.Connectivity.GetChildren(System.String,System.String,System.Int32,System.Data.DataTable)"]

parentKey
Type: System..::..Int32

[Missing <param name="parentKey"/> documentation for "M:Caisis.DataAccess.Connectivity.GetChildren(System.String,System.String,System.Int32,System.Data.DataTable)"]

table
Type: System.Data..::..DataTable

[Missing <param name="table"/> documentation for "M:Caisis.DataAccess.Connectivity.GetChildren(System.String,System.String,System.Int32,System.Data.DataTable)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Caisis.DataAccess.Connectivity.GetChildren(System.String,System.String,System.Int32,System.Data.DataTable)"]

See Also