Returns a list of lookup code attributes based on attribute id, i.e. all records with foreign key AttributeId= attributeId

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

Syntax

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

Parameters

attributeId
Type: System..::..Int32

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

Return Value

Type: DataTable

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

See Also