Click or drag to resize
DBSchemaGetOrCreateTable Method
Gets or creates a new table.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DBTable GetOrCreateTable(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: DBTable
the table requested or null if the syncsource of this schema is set to 'Database'
See Also