Gets a List of Lookup Codes by name, excluding those which are child codes of a parent lookup code.

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

Syntax

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

Parameters

parentLookupId
Type: System..::..Int32
The LookupCodeId of the parent code to exclude from results
childLookupFieldName
Type: System..::..String
The LkpField name of the child codes to return

Return Value

Type: DataTable

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

See Also