 | ExtensionConfirmUserDefinedSchemaObjectDelete Method |
Gets whether a schema object can be safely deleted
Namespace:
EBP.Api.Extension
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected abstract bool ConfirmUserDefinedSchemaObjectDelete(
string tableName,
string columnName
)
Protected MustOverride Function ConfirmUserDefinedSchemaObjectDelete (
tableName As String,
columnName As String
) As Boolean
Parameters
- tableName
- Type: SystemString
Table name - columnName
- Type: SystemString
Column name. Null if it's a delete of a table
Return Value
Type:
Boolean
True for confirm this delete, otherwise false
See Also