Public MustOverride Function GetCreateTableSqlWithPrimaryKey( _ ByVal table As Table _ ) As List(Of String)
Dim instance As BaseDatabaseProvider Dim table As Table Dim value As List(Of String) value = instance.GetCreateTableSqlWithPrimaryKey(table)
public abstract List<string> GetCreateTableSqlWithPrimaryKey( Table table )
public: abstract List<string*>* GetCreateTableSqlWithPrimaryKey( Table* table )
public: abstract List<String^>^ GetCreateTableSqlWithPrimaryKey( Table^ table )
Parameters
- table