|
DbManagerDropField Method |
Drop the field
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected abstract void DropField(
string entity,
string name
)
Protected MustOverride Sub DropField (
entity As String,
name As String
)
protected:
virtual void DropField(
String^ entity,
String^ name
) abstract
abstract DropField :
entity : string *
name : string -> unit
Parameters
- entity
- Type: SystemString
- name
- Type: SystemString
See Also