Returns a list of child lookup codes based on child lookup code fieldname

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

Syntax

C#
public DataTable GetChildCodesByLookupIdAndChildLookupName(
	int parentLookupId,
	string childLookupFieldName
)
Visual Basic
Public Function GetChildCodesByLookupIdAndChildLookupName ( 
	parentLookupId As Integer,
	childLookupFieldName As String
) As DataTable
Visual C++
public:
DataTable^ GetChildCodesByLookupIdAndChildLookupName(
	int parentLookupId, 
	String^ childLookupFieldName
)

Parameters

parentLookupId
Type: System..::..Int32

[Missing <param name="parentLookupId"/> documentation for "M:Caisis.DataAccess.LookupCodeDa.GetChildCodesByLookupIdAndChildLookupName(System.Int32,System.String)"]

childLookupFieldName
Type: System..::..String

[Missing <param name="childLookupFieldName"/> documentation for "M:Caisis.DataAccess.LookupCodeDa.GetChildCodesByLookupIdAndChildLookupName(System.Int32,System.String)"]

Return Value

Type: DataTable

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

See Also