An indooGrid Documented Class Library

dataAccess.getCachedSchemaData Method 

Get schema information for specified table.

[Visual Basic]
Public Function getCachedSchemaData( _
   ByVal String As String, _
   ByVal Boolean As Boolean _
) As DataTable
[C#]
public DataTable getCachedSchemaData(
   String tableName,
   Boolean ignoreCachedSchemas
);

Parameters

tableName
Database table name.
ignoreCachedSchemas
Ignore cached data.

Return Value

Remarks

See Also

dataAccess Class | Indoo.Data Namespace