Gets DataTable of all the fields or a table, the attibutes of those fields, and the values of those attributes

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

Syntax

C#
public DataTable GetFieldMetadataByTableName(
	string tableName
)
Visual Basic
Public Function GetFieldMetadataByTableName ( 
	tableName As String
) As DataTable
Visual C++
public:
DataTable^ GetFieldMetadataByTableName(
	String^ tableName
)

Parameters

tableName
Type: System..::..String
name of database table

Return Value

Type: DataTable
datatable

See Also