Function GetCreateTableSqlWithPrimaryKey( _ ByVal table As Table _ ) As List(Of String)
Dim instance As IDatabaseProvider Dim table As Table Dim value As List(Of String) value = instance.GetCreateTableSqlWithPrimaryKey(table)
List<string> GetCreateTableSqlWithPrimaryKey( Table table )
List<string*>* GetCreateTableSqlWithPrimaryKey( Table* table )
List<String^>^ GetCreateTableSqlWithPrimaryKey( Table^ table )
Parameters
- table