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