[Missing <summary> documentation for "M:Caisis.BOL.BusinessObject.GetByParent(System.String,System.Int32)"]

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

Syntax

C#
public static IEnumerable<IBusinessObject> GetByParent(
	string tablename,
	int parentKey
)
Visual Basic
Public Shared Function GetByParent ( 
	tablename As String,
	parentKey As Integer
) As IEnumerable(Of IBusinessObject)
Visual C++
public:
static IEnumerable<IBusinessObject^>^ GetByParent(
	String^ tablename, 
	int parentKey
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.BusinessObject.GetByParent(System.String,System.Int32)"]

parentKey
Type: System..::..Int32

[Missing <param name="parentKey"/> documentation for "M:Caisis.BOL.BusinessObject.GetByParent(System.String,System.Int32)"]

Return Value

Type: IEnumerable<(Of <(<'IBusinessObject>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.GetByParent(System.String,System.Int32)"]

See Also