Returns a list of parent lookup codes of the child lookp code value.

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

Syntax

C#
public DataTable GetParentLookupCodeByChildCode(
	string parentLkpField,
	string childLkpField,
	string childLkpCode
)
Visual Basic
Public Function GetParentLookupCodeByChildCode ( 
	parentLkpField As String,
	childLkpField As String,
	childLkpCode As String
) As DataTable
Visual C++
public:
DataTable^ GetParentLookupCodeByChildCode(
	String^ parentLkpField, 
	String^ childLkpField, 
	String^ childLkpCode
)

Parameters

parentLkpField
Type: System..::..String
The name of the parent LkpFieldName
childLkpField
Type: System..::..String
The name of the child LkpFieldName
childLkpCode
Type: System..::..String
The LkpCode of the child

Return Value

Type: DataTable

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

See Also