[Missing <summary> documentation for "M:Caisis.DataAccess.LookupCodeDataIntegrityDa.GetFieldValues(System.Int32,System.String,System.String)"]

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

Syntax

C#
public DataTable GetFieldValues(
	int fieldId,
	string tableName,
	string fieldName
)
Visual Basic
Public Function GetFieldValues ( 
	fieldId As Integer,
	tableName As String,
	fieldName As String
) As DataTable
Visual C++
public:
DataTable^ GetFieldValues(
	int fieldId, 
	String^ tableName, 
	String^ fieldName
)

Parameters

fieldId
Type: System..::..Int32

[Missing <param name="fieldId"/> documentation for "M:Caisis.DataAccess.LookupCodeDataIntegrityDa.GetFieldValues(System.Int32,System.String,System.String)"]

tableName
Type: System..::..String

[Missing <param name="tableName"/> documentation for "M:Caisis.DataAccess.LookupCodeDataIntegrityDa.GetFieldValues(System.Int32,System.String,System.String)"]

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:Caisis.DataAccess.LookupCodeDataIntegrityDa.GetFieldValues(System.Int32,System.String,System.String)"]

Return Value

Type: DataTable

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

See Also