| 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.2.0.0 (5.2.17.0403)
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