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