DatabaseDelCommand Class |
Namespace: AsterNET.FastAGI.Command
The DatabaseDelCommand type exposes the following members.
Name | Description | |
---|---|---|
DatabaseDelCommand(String) |
Creates a new DatabaseDelCommand to delete a family.
| |
DatabaseDelCommand(String, String) |
Creates a new DatabaseDelCommand to delete a keytree.
|
Name | Description | |
---|---|---|
BuildCommand | (Overrides AGICommandBuildCommand.) | |
Equals | (Inherited from Object.) | |
EscapeAndQuote | (Inherited from AGICommand.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from AGICommand.) |
Name | Description | |
---|---|---|
Family |
Get/Set the family (or family of the keytree) to delete.
| |
KeyTree |
Get/Set the the keytree to delete.
|