BinaryClient Methods

MySQL Connector/Net

BinaryClient Methods

The BinaryClient type exposes the following members.

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