Knight Data Access Layer
GetCreateTableSql Method (BaseDatabaseProvider)




KellermanSoftware.NetDataAccessLayer Namespace > BaseDatabaseProvider Class : GetCreateTableSql Method
The table to create
Get the SQL for creating a table with the primary key
Syntax
Public Overridable Function GetCreateTableSql( _
   ByVal table As Table _
) As List(Of String)
Dim instance As BaseDatabaseProvider
Dim table As Table
Dim value As List(Of String)
 
value = instance.GetCreateTableSql(table)
public virtual List<string> GetCreateTableSql( 
   Table table
)
public: virtual List<string*>* GetCreateTableSql( 
   Table* table
) 
public:
virtual List<String^>^ GetCreateTableSql( 
   Table^ table
) 

Parameters

table
The table to create
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseProvider Class
BaseDatabaseProvider Members