ServerOperation.prepareDropTable
gda.server_operation.ServerOperation prepareDropTable(gda.connection.Connection cnc, string tableName)This is just a convenient function to create a #GdaServerOperation to drop a table in an opened connection.
Parameters
cnc | an opened connection |
tableName | name of the table to drop |
Returns
a new #GdaServerOperation or null if couldn't create the opereration.
Throws
[ServerOperationException]