dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlText Class
Fields Properties Methods

In This Topic
    MySqlText Class Members
    In This Topic

    The following tables list the members exposed by MySqlText.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the MySqlText class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of the MySqlText object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the MySqlBlob stream can be read. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public PropertyGets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets a value indicating whether the MySqlBlob object supports writing. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public PropertyGets a value indicating whether the MySqlBlob is empty or not. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public PropertyGets a value indicating whether the MySqlBlob is a Null stream. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public PropertyGets the size of the MySqlBlob. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public PropertyGets the current read position in the MySqlBlob stream. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets the string that is stored in the specified MySqlText object.  
    Public Property (Inherited from System.IO.Stream)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodCreates a copy of the current MySqlBlob object. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodCloses the current stream and releases any resources associated with it. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodOverloaded. Compares the current MySqlBlob object to the specified MySqlBlob object and returns an integer that represents their relative values.  
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReleases all resources allocated by this object. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public Method (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodCompares the specified object parameter to the MySqlText value.  
    Public MethodFlush/write all buffers for the current MySqlBlob. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public MethodReturns the hash code for this MySqlText instance.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReads a sequence of bytes from the current MySqlBlob stream and advances the position within the stream by the number of bytes read. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Public MethodSets the position on the current MySqlBlob stream. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodSets length for MySqlBlob value. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodOverridden. Gets the string representation of the MySqlText object.  
    Public MethodWrites a sequence of bytes to the current MySqlBlob stream, and advances the current position within this stream by the number of bytes written. (Inherited from Devart.Data.MySql.MySqlBlob)
    Public MethodOverloaded.  (Inherited from System.IO.Stream)
    Public Method (Inherited from System.IO.Stream)
    Top
    See Also