Click or drag to resize
MdbWriterTCreateTable Method
Returns instantiated Table object representing a single table in a database.

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public Table CreateTable(
	Catalog catalog,
	string name
)

Parameters

catalog
Type: Catalog
Parent Catalog object.
name
Type: SystemString
Table name.

Return Value

Type: Table
Remarks