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.6.0.0 (5.6.19.0117)
Syntax public DBTable GetOrCreateTable(
string tableName
)
Public Function GetOrCreateTable (
tableName As String
) As DBTable
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
DBTablethe table requested or null if the syncsource of this schema is set to 'Database'
See Also