| DBSchemaGetOrCreateTable Method  | 
            Gets or creates a new table.
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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