Public Overridable Function GetAddColumnSql( _ ByVal table As Table, _ ByVal column As Field _ ) As String
Dim instance As BaseDatabaseProvider Dim table As Table Dim column As Field Dim value As String value = instance.GetAddColumnSql(table, column)
Parameters
- table
- The table to add the column to
- column
- A column in the table