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.0.0.0 (5.0.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