[Missing <summary> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetChildRowsBySchemaItemId(System.Int32,System.String,System.Boolean)"]

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

Syntax

C#
public static DataTable GetChildRowsBySchemaItemId(
	int schemaItemId,
	string tableName,
	bool bParentTable
)
Visual Basic
Public Shared Function GetChildRowsBySchemaItemId ( 
	schemaItemId As Integer,
	tableName As String,
	bParentTable As Boolean
) As DataTable
Visual C++
public:
static DataTable^ GetChildRowsBySchemaItemId(
	int schemaItemId, 
	String^ tableName, 
	bool bParentTable
)

Parameters

schemaItemId
Type: System..::..Int32

[Missing <param name="schemaItemId"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetChildRowsBySchemaItemId(System.Int32,System.String,System.Boolean)"]

tableName
Type: System..::..String

[Missing <param name="tableName"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetChildRowsBySchemaItemId(System.Int32,System.String,System.Boolean)"]

bParentTable
Type: System..::..Boolean

[Missing <param name="bParentTable"/> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetChildRowsBySchemaItemId(System.Int32,System.String,System.Boolean)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.ProtocolMgmtDa.GetChildRowsBySchemaItemId(System.Int32,System.String,System.Boolean)"]

See Also