MySQL Connector/Net
| BinaryClient Methods |
The BinaryClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
Add | (Overrides ClientAdd(String, Object, TimeSpan).) |
|
Append | (Overrides ClientAppend(String, Object).) |
|
Cas | (Overrides ClientCas(String, Object, TimeSpan, UInt64).) |
|
Close |
Closes the client connection.
(Inherited from Client.) |
|
Decrement | (Overrides ClientDecrement(String, Int32).) |
|
Delete | (Overrides ClientDelete(String).) |
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FlushAll | (Overrides ClientFlushAll(TimeSpan).) |
|
Get | (Overrides ClientGet(String).) |
|
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Increment | (Overrides ClientIncrement(String, Int32).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Open |
Opens the client connection.
(Inherited from Client.) |
|
Prepend | (Overrides ClientPrepend(String, Object).) |
|
Replace | (Overrides ClientReplace(String, Object, TimeSpan).) |
|
Set | (Overrides ClientSet(String, Object, TimeSpan).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also