Return a list of attributes for a Lookup code based on the attribute id

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

Syntax

C#
public DataTable GetLookupAttributesByLookupCodeIdAndAttributeId(
	int lkpCodeId,
	int attributeId
)
Visual Basic
Public Function GetLookupAttributesByLookupCodeIdAndAttributeId ( 
	lkpCodeId As Integer,
	attributeId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetLookupAttributesByLookupCodeIdAndAttributeId(
	int lkpCodeId, 
	int attributeId
)

Parameters

lkpCodeId
Type: System..::..Int32

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

attributeId
Type: System..::..Int32

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

Return Value

Type: DataTable

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

See Also