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