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