Returns a list of Lookup Codes Where LookupCodes.LkpFieldName = lookupFieldName AND LookupAttributes.AttributeName != attributeName

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

Syntax

C#
public DataTable GetLookupCodesWithoutAttribute(
	string lookupFieldName,
	string attributeName
)
Visual Basic
Public Function GetLookupCodesWithoutAttribute ( 
	lookupFieldName As String,
	attributeName As String
) As DataTable
Visual C++
public:
DataTable^ GetLookupCodesWithoutAttribute(
	String^ lookupFieldName, 
	String^ attributeName
)

Parameters

lookupFieldName
Type: System..::..String

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

attributeName
Type: System..::..String

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

Return Value

Type: DataTable

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

See Also