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