Click here to Skip to main content
15,896,428 members
Articles / Web Development / ASP.NET

Conversion of Reporting Starter Kit to use Mono/MySQL

Rate me:
Please Sign up or sign in to vote.
3.69/5 (9 votes)
1 Oct 20053 min read 28.4K   411   32  
A porting of the ASP.NET reporting starter kit to use Mono, MySQL and Apache on a Linux system.
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>D:\Work\connector-net\branches\1.0\staging\bin\mono-1.0\release\MySql.Data</name>
    </assembly>
    <members>
        <member name="T:MySql.Data.Common.DBConnectionString">
            <summary>
            Summary description for Utility.
            </summary></member>
        <member name="T:MySql.Data.Common.NamedPipeStream">
            <summary>
            Summary description for API.
            </summary></member>
        <member name="M:MySql.Data.Common.Platform.#ctor">
            <summary>
            By creating a private ctor, we keep the compiler from creating a default ctor
            </summary></member>
        <member name="T:MySql.Data.Common.SocketStream">
            <summary>
            Summary description for MySqlSocket.
            </summary></member>
        <member name="T:MySql.Data.Common.StreamCreator">
            <summary>
            Summary description for StreamCreator.
            </summary></member>
        <member name="T:MySql.Data.Common.DBVersion">
            <summary>
            Summary description for Version.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlBinary">
            <summary>
            Summary description for MySqlBinary
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlBit">
            <summary>
            Summary description for MySqlUInt64.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlByte">
            <summary>
            Summary description for MySqlByte.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlConversionException">
            <summary>
            Summary description for MySqlConversionException.
            </summary></member>
        <member name="M:MySql.Data.Types.MySqlConversionException.#ctor(System.String)">
            <summary>Ctor</summary></member>
        <member name="T:MySql.Data.Types.MySqlDateTime">
            <summary>
            Summary description for MySqlDateTime.
            </summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.IsValidDateTime">
            <summary>
            Indicates if this object contains a value that can be represented as a DateTime
            </summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.Year">
            <summary>Returns the year portion of this datetime</summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.Month">
            <summary>Returns the month portion of this datetime</summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.Day">
            <summary>Returns the day portion of this datetime</summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.Hour">
            <summary>Returns the hour portion of this datetime</summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.Minute">
            <summary>Returns the minute portion of this datetime</summary></member>
        <member name="P:MySql.Data.Types.MySqlDateTime.Second">
            <summary>Returns the second portion of this datetime</summary></member>
        <member name="M:MySql.Data.Types.MySqlDateTime.GetDateTime">
            <summary>Returns this value as a DateTime</summary></member>
        <member name="M:MySql.Data.Types.MySqlDateTime.ToString">
            <summary>Returns a MySQL specific string representation of this value</summary></member>
        <member name="M:MySql.Data.Types.MySqlDateTime.op_Explicit(MySql.Data.Types.MySqlDateTime)~System.DateTime">
            <summary></summary>
            <param name="val"></param>
            <returns></returns></member>
        <member name="T:MySql.Data.Types.MySqlDecimal">
            <summary>
            Summary description for MySqlDecimal.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlDouble">
            <summary>
            Summary description for MySqlDouble.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlInt16">
            <summary>
            Summary description for MySqlInt16.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlInt32">
            <summary>
            Summary description for MySqlInt32.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlInt64">
            <summary>
            Summary description for MySqlInt64.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlFloat">
            <summary>
            Summary description for MySqlFloat.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlString">
            <summary>
            Summary description for MySqlString.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlTimeSpan">
            <summary>
            Summary description for MySqlDateTime.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlUByte">
            <summary>
            Summary description for MySqlByte.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlUInt16">
            <summary>
            Summary description for MySqlInt16.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlUInt32">
            <summary>
            Summary description for MySqlInt32.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlUInt64">
            <summary>
            Summary description for MySqlUInt64.
            </summary></member>
        <member name="T:MySql.Data.Types.MySqlValue">
            <summary></summary></member>
        <member name="M:MySql.Data.Types.MySqlValue.#ctor">
            <summary></summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.numberFormat">
            <summary></summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.objectValue">
            <summary></summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.dbType">
            <summary>The generic dbtype of this value</summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.mySqlDbType">
            <summary>The specific MySQL db type</summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.mySqlTypeName">
            <summary>The MySQL specific typename of this value</summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.classType">
            <summary>The system type represented by this value</summary></member>
        <member name="F:MySql.Data.Types.MySqlValue.isNull">
            <summary>Is this value null</summary></member>
        <member name="P:MySql.Data.Types.MySqlValue.ValueAsObject">
            <summary>Returns the value of this field as an object</summary></member>
        <member name="P:MySql.Data.Types.MySqlValue.IsNull">
            <summary></summary></member>
        <member name="M:MySql.Data.Types.MySqlValue.GetMySqlTypeName">
            <summary></summary></member>
        <member name="M:MySql.Data.Types.MySqlValue.ToString">
            <summary>Returns a string representation of this value</summary></member>
        <member name="T:MySql.Data.MySqlClient.CharSetMap">
            <summary>
            Summary description for CharSetMap.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.CharSetMap.GetEncoding(MySql.Data.Common.DBVersion,System.String)">
            <summary>
            Returns the text encoding for a given MySQL character set name
            </summary>
            <param name="version">Version of the connection requesting the encoding</param>
            <param name="CharSetName">Name of the character set to get the encoding for</param>
            <returns>Encoding object for the given character set name</returns></member>
        <member name="M:MySql.Data.MySqlClient.CharSetMap.InitializeMapping">
            <summary></summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlCommand">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ClassSummary/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.#ctor">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ctor1/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.#ctor(System.String)">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ctor2/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.#ctor(System.String,MySql.Data.MySqlClient.MySqlConnection)">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ctor3/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.#ctor(System.String,MySql.Data.MySqlClient.MySqlConnection,MySql.Data.MySqlClient.MySqlTransaction)">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ctor4/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.CommandText">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/CommandText/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.CommandTimeout">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/CommandTimeout/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.CommandType">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/CommandType/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.IsPrepared">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/IsPrepared/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.Connection">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/Connection/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.Parameters">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/Parameters/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.Transaction">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/Transaction/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommand.UpdatedRowSource">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/UpdatedRowSource/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.ICloneable.Clone">
            <summary>
            Creates a clone of this MySqlCommand object.  CommandText, Connection, and Transaction properties
            are included as well as the entire parameter list.
            </summary>
            <returns>The cloned MySqlCommand object</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.Cancel">
            <summary>
            Attempts to cancel the execution of a MySqlCommand.  This operation is not supported.
            </summary>
            <remarks>
            Cancelling an executing command is currently not supported on any version of MySQL.
            </remarks>
            <exception cref="T:System.NotSupportedException">This operation is not supported.</exception></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.CreateParameter">
            <summary>
            Creates a new instance of a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.
            </summary>
            <remarks>
            This method is a strongly-typed version of <see cref="M:System.Data.IDbCommand.CreateParameter" />.
            </remarks>
            <returns>A <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.Consume">
            <summary>
            Executes all remaining command buffers
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySql.Data.MySqlClient.MySqlDataReader)">
            <summary>
            Executes command buffers until we hit the next resultset
            </summary>
            <returns>CommandResult containing the next resultset when hit
            or null if no more resultsets were found</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.CheckState">
            <summary>
            Check the connection to make sure
            		- it is open
            		- it is not currently being used by a reader
            		- and we have the right version of MySQL for the requested command type
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ExecuteNonQuery/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.ExecuteReader">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ExecuteReader/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(System.Data.CommandBehavior)">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ExecuteReader1/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/ExecuteScalar/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.Prepare">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommand.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommand.xml" path="docs/Prepare/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.SerializeParameter(MySql.Data.MySqlClient.PacketWriter,System.String)">
            <summary>
            Serializes the given parameter to the given memory stream
            </summary>
            <param name="writer">PacketWriter to stream parameter data to</param>
            <param name="parmName">Name of the parameter to serialize</param>
            <remarks>
                <para>This method is called by PrepareSqlBuffers to convert the given
            parameter to bytes and write those bytes to the given memory stream.
            </para>
            </remarks>
            <returns>True if the parameter was successfully serialized, false otherwise.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.PrepareSqlBuffers(System.String)">
            <summary>
            Prepares the necessary byte buffers from the given CommandText
            </summary>
            <returns>Array of byte buffers, one for each SQL command</returns>
            <remarks>
            Converts the CommandText into an array of tokens
            using TokenizeSql and then into one or more byte buffers that can be
            sent to the server.  If the server supports batching (and we  have enabled it),
            then all commands result in a single byte array, otherwise a single buffer
            is created for each SQL command (as separated by ';').
            The SQL text is converted to bytes using the active encoding for the server.
            </remarks></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.PrepareCommandText">
            <summary>
            Prepares CommandText for use with the Prepare method
            </summary>
            <returns>Command text stripped of all paramter names</returns>
            <remarks>
            Takes the output of TokenizeSql and creates a single string of SQL
            that only contains '?' markers for each parameter.  It also creates
            the parameterMap array list that includes all the paramter names in the
            order they appeared in the SQL
            </remarks></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommand.TokenizeSql(System.String)">
            <summary>
            Breaks the given SQL up into 'tokens' that are easier to output
            into another form (bytes, preparedText, etc).
            </summary>
            <param name="sql">SQL to be tokenized</param>
            <returns>Array of tokens</returns>
            <remarks>The SQL is tokenized at parameter markers ('?') and at
            (';') sql end markers if the server doesn't support batching.
            </remarks></member>
        <member name="T:MySql.Data.MySqlClient.MySqlCommandBuilder">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/class/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.#ctor">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/Ctor/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.#ctor(System.Boolean)">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/Ctor1/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.#ctor(MySql.Data.MySqlClient.MySqlDataAdapter)">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/Ctor2/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.#ctor(MySql.Data.MySqlClient.MySqlDataAdapter,System.Boolean)">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/Ctor3/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommandBuilder.DataAdapter">
            <!-- Badly formed XML in at comment file 'docs/mysqlcommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/mysqlcommandBuilder.xml" path="docs/DataAdapter/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommandBuilder.QuotePrefix">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/QuotePrefix/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlCommandBuilder.QuoteSuffix">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/QuoteSuffix/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.DeriveParameters(MySql.Data.MySqlClient.MySqlCommand)">
            <summary>
            Retrieves parameter information from the stored procedure specified in the MySqlCommand and populates the Parameters collection of the specified MySqlCommand object.
            This method is not currently supported since stored procedures are not available in MySql.
            </summary>
            <param name="command">The MySqlCommand referencing the stored procedure from which the parameter information is to be derived. The derived parameters are added to the Parameters collection of the MySqlCommand.</param>
            <exception cref="T:System.InvalidOperationException">The command text is not a valid stored procedure name.</exception></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.GetDeleteCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/GetDeleteCommand/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.GetInsertCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/GetInsertCommand/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.GetUpdateCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/GetUpdateCommand/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlCommandBuilder.RefreshSchema">
            <!-- Badly formed XML in at comment file 'docs/MySqlCommandBuilder.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlCommandBuilder.xml" path="docs/RefreshSchema/*" /></member>
        <member name="T:MySql.Data.MySqlClient.CommandResult">
            <summary>
            Summary description for CommandResult.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.CommandResult.Load">
            <summary></summary>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.CommandResult.ReadDataRow(System.Boolean)">
            <summary></summary>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.CommandResult.Consume">
            <summary></summary></member>
        <member name="T:MySql.Data.MySqlClient.CompressedStream">
            <summary>
            Summary description for CompressedStream.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlConnection">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/ClassSummary/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.#ctor">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/DefaultCtor/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.#ctor(System.String)">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/Ctor1/*" /></member>
        <member name="E:MySql.Data.MySqlClient.MySqlConnection.StateChange">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/StateChange/*" /></member>
        <member name="E:MySql.Data.MySqlClient.MySqlConnection.InfoMessage">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/InfoMessage/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.ServerThread">
            <summary>
            Returns the id of the server thread this connection is executing on
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.DataSource">
            <summary>
            Gets the name of the MySQL server to which to connect.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.ConnectionTimeout">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/ConnectionTimeout/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.Database">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/Database/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.UseCompression">
            <summary>
            Indicates if this connection should use compression when communicating with the server.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.State">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/State/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.ServerVersion">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/ServerVersion/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlConnection.ConnectionString">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/ConnectionString/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.ICloneable.Clone">
            <summary>
            Creates a new MySqlConnection object with the exact same ConnectionString value
            </summary>
            <returns>A cloned MySqlConnection object</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.BeginTransaction">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/BeginTransaction/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.BeginTransaction(System.Data.IsolationLevel)">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/BeginTransaction1/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(System.String)">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/ChangeDatabase/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.Ping">
            <summary>
            Ping
            </summary>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.Open">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/Open/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.Close">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/Close/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.CreateCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlConnection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlConnection.xml" path="docs/CreateCommand/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnection.Dispose(System.Boolean)">
            <summary>
            Releases the resources used by the MySqlConnection.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlInfoMessageEventArgs">
            <summary>
            Provides data for the InfoMessage event. This class cannot be inherited.
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlInfoMessageEventArgs.errors">
            <summary></summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlConnectionString">
            <summary>
            Summary description for MySqlConnectionString.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnectionString.GetConnectionString(System.Boolean)">
            <summary>
            Takes a given connection string and returns it, possible
            stripping out the password info
            </summary>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlConnectionString.CreateConnectionString">
            <summary>
            Uses the values in the keyValues hash to create a
            connection string
            </summary>
            <returns></returns></member>
        <member name="T:MySql.Data.MySqlClient.Crypt">
            <summary>
            Summary description for Crypt.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.Crypt.XorScramble(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>
            Simple XOR scramble
            </summary>
            <param name="from">Source array</param>
            <param name="fromIndex">Index inside source array</param>
            <param name="to">Destination array</param>
            <param name="toIndex">Index inside destination array</param>
            <param name="password">Password used to xor the bits</param>
            <param name="length">Number of bytes to scramble</param></member>
        <member name="M:MySql.Data.MySqlClient.Crypt.Get410Password(System.String,System.Byte[])">
            <summary>
            Generate a scrambled password for 4.1.0 using new passwords
            </summary>
            <param name="password">The password to scramble</param>
            <param name="seedBytes">The seedbytes used to scramble</param>
            <returns>Array of bytes containing the scrambled password</returns></member>
        <member name="M:MySql.Data.MySqlClient.Crypt.GetOld410Password(System.String,System.Byte[])">
            <summary>
            Generates a proper hash for old style 4.1.0 passwords.  This would be used
            if a 4.1.0 server contained old 16 byte hashes.
            </summary>
            <param name="password">The password to hash</param>
            <param name="seedBytes">Seed bytes received from the server</param>
            <returns>Byte array containing the password hash</returns></member>
        <member name="M:MySql.Data.MySqlClient.Crypt.Get411Password(System.String,System.String)">
            <summary>
            Returns a byte array containing the proper encryption of the
            given password/seed according to the new 4.1.1 authentication scheme.
            </summary>
            <param name="password"></param>
            <param name="seed"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.Crypt.EncryptPassword(System.String,System.String,System.Boolean)">
            <summary>
            Encrypts a password using the MySql encryption scheme
            </summary>
            <param name="password">The password to encrypt</param>
            <param name="seed">The encryption seed the server gave us</param>
            <param name="new_ver">Indicates if we should use the old or new encryption scheme</param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.Crypt.Hash(System.String)">
            <summary>
            Hashes a password using the algorithm from Monty's code.
            The first element in the return is the result of the "old" hash.
            The second element is the rest of the "new" hash.
            </summary>
            <param name="P">Password to be hashed</param>
            <returns>Two element array containing the hashed values</returns></member>
        <member name="T:MySql.Data.MySqlClient.MySqlDataAdapter">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/class/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.#ctor">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/Ctor/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.#ctor(MySql.Data.MySqlClient.MySqlCommand)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/Ctor1/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.#ctor(System.String,MySql.Data.MySqlClient.MySqlConnection)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/Ctor2/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.#ctor(System.String,System.String)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/Ctor3/*" /></member>
        <member name="E:MySql.Data.MySqlClient.MySqlDataAdapter.RowUpdating">
            <summary>
            Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
            </summary></member>
        <member name="E:MySql.Data.MySqlClient.MySqlDataAdapter.RowUpdated">
            <summary>
            Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataAdapter.DeleteCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/DeleteCommand/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataAdapter.InsertCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/InsertCommand/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataAdapter.SelectCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/SelectCommand/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataAdapter.UpdateCommand">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataAdapter.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataAdapter.xml" path="docs/UpdateCommand/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
            <summary>
            Overridden. See <see cref="M:System.Data.Common.DbDataAdapter.CreateRowUpdatedEvent" />.
            </summary>
            <param name="dataRow"></param>
            <param name="command"></param>
            <param name="statementType"></param>
            <param name="tableMapping"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
            <summary>
            Overridden. See <see cref="M:System.Data.Common.DbDataAdapter.CreateRowUpdatingEvent" />.
            </summary>
            <param name="dataRow"></param>
            <param name="command"></param>
            <param name="statementType"></param>
            <param name="tableMapping"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)">
            <summary>
            Overridden. Raises the RowUpdating event.
            </summary>
            <param name="value">A MySqlRowUpdatingEventArgs that contains the event data.</param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)">
            <summary>
            Overridden. Raises the RowUpdated event.
            </summary>
            <param name="value">A MySqlRowUpdatedEventArgs that contains the event data. </param></member>
        <member name="T:MySql.Data.MySqlClient.MySqlRowUpdatingEventArgs">
            <summary>
            Provides data for the RowUpdating event. This class cannot be inherited.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
            <summary>
            Initializes a new instance of the MySqlRowUpdatingEventArgs class.
            </summary>
            <param name="row">The <see cref="T:System.Data.DataRow" /> to <see cref="M:System.Data.Common.DbDataAdapter.Update" />.</param>
            <param name="command">The <see cref="T:System.Data.IDbCommand" /> to execute during <see cref="M:System.Data.Common.DbDataAdapter.Update" />.</param>
            <param name="statementType">One of the <see cref="T:System.Data.StatementType" /> values that specifies the type of query executed.</param>
            <param name="tableMapping">The <see cref="T:System.Data.Common.DataTableMapping" /> sent through an <see cref="M:System.Data.Common.DbDataAdapter.Update" />.</param></member>
        <member name="P:MySql.Data.MySqlClient.MySqlRowUpdatingEventArgs.Command">
            <summary>
            Gets or sets the MySqlCommand to execute when performing the Update.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs">
            <summary>
            Provides data for the RowUpdated event. This class cannot be inherited.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)">
            <summary>
            Initializes a new instance of the MySqlRowUpdatedEventArgs class.
            </summary>
            <param name="row">The <see cref="T:System.Data.DataRow" /> sent through an <see cref="M:System.Data.Common.DbDataAdapter.Update" />.</param>
            <param name="command">The <see cref="T:System.Data.IDbCommand" /> executed when <see cref="M:System.Data.Common.DbDataAdapter.Update" /> is called.</param>
            <param name="statementType">One of the <see cref="T:System.Data.StatementType" /> values that specifies the type of query executed.</param>
            <param name="tableMapping">The <see cref="T:System.Data.Common.DataTableMapping" /> sent through an <see cref="M:System.Data.Common.DbDataAdapter.Update" />.</param></member>
        <member name="P:MySql.Data.MySqlClient.MySqlRowUpdatedEventArgs.Command">
            <summary>
            Gets or sets the MySqlCommand executed when Update is called.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlDataReader">
            <summary>
            Provides a means of reading a forward-only stream of rows from a MySQL database. This class cannot be inherited.
            </summary>
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/ClassSummary/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.Item(System.Int32)">
            <summary>
            Overloaded. Gets the value of a column in its native format.
            In C#, this property is the indexer for the MySqlDataReader class.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.Item(System.String)">
            <summary>
            Gets the value of a column in its native format.
            	[C#] In C#, this property is the indexer for the MySqlDataReader class.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.Depth">
            <summary>
            Gets a value indicating the depth of nesting for the current row.  This method is not
            supported currently and always returns 0.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.IsClosed">
            <summary>
            Gets a value indicating whether the data reader is closed.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.RecordsAffected">
            <summary>
            Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.HasRows">
            <summary>
            Gets a value indicating whether the MySqlDataReader contains one or more rows.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlDataReader.FieldCount">
            <summary>
            Gets the number of columns in the current row.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.Close">
            <summary>
            Closes the MySqlDataReader object.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetBoolean(System.Int32)">
            <summary>
            Gets the value of the specified column as a Boolean.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetByte(System.Int32)">
            <summary>
            Gets the value of the specified column as a byte.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
            </summary>
            <param name="i">The zero-based column ordinal. </param>
            <param name="dataIndex">The index within the field from which to begin the read operation. </param>
            <param name="buffer">The buffer into which to read the stream of bytes. </param>
            <param name="bufferIndex">The index for buffer to begin the read operation. </param>
            <param name="length">The maximum length to copy into the buffer. </param>
            <returns>The actual number of bytes read.</returns>
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="MyDocs/MyMembers[@name=&quot;GetBytes&quot;]/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetChar(System.Int32)">
            <summary>
            Gets the value of the specified column as a single character.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)">
            <summary>
            Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
            </summary>
            <param name="i"></param>
            <param name="fieldOffset"></param>
            <param name="buffer"></param>
            <param name="bufferoffset"></param>
            <param name="length"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetDataTypeName(System.Int32)">
            <summary>
            Gets the name of the source data type.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetMySqlDateTime(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetMySqlDateTime/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetDateTime(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetDateTime/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetDecimal(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetDecimal/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetDouble(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetDouble/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetFieldType(System.Int32)">
            <summary>
            Gets the Type that is the data type of the object.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetFloat(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetFloat/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetGuid(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetGuid/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetInt16(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetInt16/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetInt32(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetInt32/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetInt64(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetInt64/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetName(System.Int32)">
            <summary>
            Gets the name of the specified column.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetOrdinal(System.String)">
            <summary>
            Gets the column ordinal, given the name of the column.
            </summary>
            <param name="name"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetSchemaTable">
            <summary>
            Returns a DataTable that describes the column metadata of the MySqlDataReader.
            </summary>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetString(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetString/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetTimeSpan(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetTimeSpan/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetValue(System.Int32)">
            <summary>
            Gets the value of the specified column in its native format.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetValues(System.Object[])">
            <summary>
            Gets all attribute columns in the collection for the current row.
            </summary>
            <param name="values"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetUInt16(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetUInt16/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetUInt32(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetUInt32/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.GetUInt64(System.Int32)">
            <!-- Badly formed XML in at comment file 'docs/MySqlDataReader.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlDataReader.xml" path="docs/GetUInt64/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.IsDBNull(System.Int32)">
            <summary>
            Gets a value indicating whether the column contains non-existent or missing values.
            </summary>
            <param name="i"></param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.NextResult">
            <summary>
            Advances the data reader to the next result, when reading the results of batch SQL statements.
            </summary>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlDataReader.Read">
            <summary>
            Advances the MySqlDataReader to the next record.
            </summary>
            <returns></returns></member>
        <member name="T:MySql.Data.MySqlClient.Driver">
            <summary>
            Summary description for BaseDriver.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.Driver.Configure(MySql.Data.MySqlClient.MySqlConnection)">
            <summary>
            I don't like this setup but can't think of a better way of doing
            right now.
            </summary>
            <param name="connection"></param></member>
        <member name="M:MySql.Data.MySqlClient.Driver.LoadCharacterSets">
            <summary>
            Loads all the current character set names and ids for this server
            into the charSets hashtable
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlException">
            <summary>
            The exception that is thrown when MySQL returns an error. This class cannot be inherited.
            </summary>
            <!-- Badly formed XML in at comment file 'docs/MySqlException.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlException.xml" path="MyDocs/MyMembers[@name=&quot;Class&quot;]/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlException.Number">
            <summary>
            Gets a number that identifies the type of error.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlException.IsFatal">
            <summary>
            True if this exception was fatal and cause the closing of the connection, false otherwise.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlField">
            <summary>
            Summary description for Field.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.Logger">
            <summary>
            Provides methods to output messages to our log
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlError">
            <summary>
            Collection of error codes that can be returned by the server
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlError.#ctor(System.String,System.UInt32,System.String)">
            <summary></summary>
            <param name="level"></param>
            <param name="code"></param>
            <param name="message"></param></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.DuplicateKey">
            <summary>Duplicate key was found</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.KeyNotFound">
            <summary>Key was not found</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.DuplicateKeyName">
            <summary>Duplicate key name</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.DuplicateKeyEntry">
            <summary>Duplicate key entry</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.HostNotPrivileged">
            <summary>Host not privileged</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.AnonymousUser">
            <summary>Not sure</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.PasswordNotAllowed">
            <summary>Passwords are not allowed on this account</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.PasswordNoMatch">
            <summary>Passwords do not match</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.level">
            <summary></summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.code">
            <summary></summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlError.message">
            <summary></summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlError.Level">
            <summary>
            Error level
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlError.Code">
            <summary>
            Error code
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlError.Message">
            <summary>
            Error message
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlHelper">
            <summary>
            Helper class that makes it easier to work with the provider.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(MySql.Data.MySqlClient.MySqlConnection,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Executes a single command against a MySQL database.  The <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> is assumed to be
            open when the method is called and remains open after the method completes.
            </summary>
            <param name="connection">
                <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object to use</param>
            <param name="commandText">SQL command to be executed</param>
            <param name="commandParameters">Array of <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> objects to use with the command.</param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(System.String,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Executes a single command against a MySQL database.  A new <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> is created
            using the <see cref="P:MySql.Data.MySqlClient.MySqlConnection.ConnectionString" /> given.
            </summary>
            <param name="connectionString">
                <see cref="P:MySql.Data.MySqlClient.MySqlConnection.ConnectionString" /> to use</param>
            <param name="commandText">SQL command to be executed</param>
            <param name="parms">Array of <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> objects to use with the command.</param>
            <returns></returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteDataRow(System.String,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Executes a single SQL command and returns the first row of the resultset.  A new MySqlConnection object
            is created, opened, and closed during this method.
            </summary>
            <param name="connectionString">Settings to be used for the connection</param>
            <param name="commandText">Command to execute</param>
            <param name="parms">Parameters to use for the command</param>
            <returns>DataRow containing the first row of the resultset</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteDataset(System.String,System.String)">
            <summary>
            Executes a single SQL command and returns the resultset in a <see cref="T:System.Data.DataSet" />.
            A new MySqlConnection object is created, opened, and closed during this method.
            </summary>
            <param name="connectionString">Settings to be used for the connection</param>
            <param name="commandText">Command to execute</param>
            <returns>
                <see cref="T:System.Data.DataSet" /> containing the resultset</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteDataset(System.String,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Executes a single SQL command and returns the resultset in a <see cref="T:System.Data.DataSet" />.
            A new MySqlConnection object is created, opened, and closed during this method.
            </summary>
            <param name="connectionString">Settings to be used for the connection</param>
            <param name="commandText">Command to execute</param>
            <param name="commandParameters">Parameters to use for the command</param>
            <returns>
                <see cref="T:System.Data.DataSet" /> containing the resultset</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteDataset(MySql.Data.MySqlClient.MySqlConnection,System.String)">
            <summary>
            Executes a single SQL command and returns the resultset in a <see cref="T:System.Data.DataSet" />.
            The state of the <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object remains unchanged after execution
            of this method.
            </summary>
            <param name="connection">
                <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object to use</param>
            <param name="commandText">Command to execute</param>
            <returns>
                <see cref="T:System.Data.DataSet" /> containing the resultset</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteDataset(MySql.Data.MySqlClient.MySqlConnection,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Executes a single SQL command and returns the resultset in a <see cref="T:System.Data.DataSet" />.
            The state of the <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object remains unchanged after execution
            of this method.
            </summary>
            <param name="connection">
                <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object to use</param>
            <param name="commandText">Command to execute</param>
            <param name="commandParameters">Parameters to use for the command</param>
            <returns>
                <see cref="T:System.Data.DataSet" /> containing the resultset</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.UpdateDataSet(System.String,System.String,System.Data.DataSet,System.String)">
            <summary>
            Updates the given table with data from the given <see cref="T:System.Data.DataSet" /></summary>
            <param name="connectionString">Settings to use for the update</param>
            <param name="commandText">Command text to use for the update</param>
            <param name="ds">
                <see cref="T:System.Data.DataSet" /> containing the new data to use in the update</param>
            <param name="tablename">Tablename in the dataset to update</param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteReader(MySql.Data.MySqlClient.MySqlConnection,MySql.Data.MySqlClient.MySqlTransaction,System.String,MySql.Data.MySqlClient.MySqlParameter[],System.Boolean)">
            <summary>
            Executes a single command against a MySQL database, possibly inside an existing transaction.
            </summary>
            <param name="connection">
                <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object to use for the command</param>
            <param name="transaction">
                <see cref="T:MySql.Data.MySqlClient.MySqlTransaction" /> object to use for the command</param>
            <param name="commandText">Command text to use</param>
            <param name="commandParameters">Array of <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> objects to use with the command</param>
            <param name="ExternalConn">True if the connection should be preserved, false if not</param>
            <returns>
                <see cref="T:MySql.Data.MySqlClient.MySqlDataReader" /> object ready to read the results of the command</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteReader(System.String,System.String)">
            <summary>
            Executes a single command against a MySQL database.
            </summary>
            <param name="connectionString">Settings to use for this command</param>
            <param name="commandText">Command text to use</param>
            <returns>
                <see cref="T:MySql.Data.MySqlClient.MySqlDataReader" /> object ready to read the results of the command</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteReader(System.String,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Executes a single command against a MySQL database.
            </summary>
            <param name="connectionString">Settings to use for this command</param>
            <param name="commandText">Command text to use</param>
            <param name="commandParameters">Array of <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> objects to use with the command</param>
            <returns>
                <see cref="T:MySql.Data.MySqlClient.MySqlDataReader" /> object ready to read the results of the command</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(System.String,System.String)">
            <summary>
            Execute a single command against a MySQL database.
            </summary>
            <param name="connectionString">Settings to use for the update</param>
            <param name="commandText">Command text to use for the update</param>
            <returns>The first column of the first row in the result set, or a null reference if the result set is empty.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(System.String,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Execute a single command against a MySQL database.
            </summary>
            <param name="connectionString">Settings to use for the command</param>
            <param name="commandText">Command text to use for the command</param>
            <param name="commandParameters">Parameters to use for the command</param>
            <returns>The first column of the first row in the result set, or a null reference if the result set is empty.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(MySql.Data.MySqlClient.MySqlConnection,System.String)">
            <summary>
            Execute a single command against a MySQL database.
            </summary>
            <param name="connection">
                <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object to use</param>
            <param name="commandText">Command text to use for the command</param>
            <returns>The first column of the first row in the result set, or a null reference if the result set is empty.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(MySql.Data.MySqlClient.MySqlConnection,System.String,MySql.Data.MySqlClient.MySqlParameter[])">
            <summary>
            Execute a single command against a MySQL database.
            </summary>
            <param name="connection">
                <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object to use</param>
            <param name="commandText">Command text to use for the command</param>
            <param name="commandParameters">Parameters to use for the command</param>
            <returns>The first column of the first row in the result set, or a null reference if the result set is empty.</returns></member>
        <member name="T:MySql.Data.MySqlClient.MySqlPool">
            <summary>
            Summary description for MySqlPool.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlPoolManager">
            <summary>
            Summary description for MySqlPoolManager.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlPoolManager.Initialize">
            <summary></summary></member>
        <member name="T:MySql.Data.MySqlClient.NativeDriver">
            <summary>
            Summary description for Driver.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.NativeDriver.SupportsBatch">
            <summary>
            Returns true if this connection can handle batch SQL natively
            This means MySQL 4.1.1 or later.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.NativeDriver.SetDatabase(System.String)">
            <summary>
            Sets the current database for the this connection
            </summary>
            <param name="dbName"></param></member>
        <member name="M:MySql.Data.MySqlClient.NativeDriver.SetConnectionFlags">
            <summary>
            Return the appropriate set of connection flags for our
            server capabilities and our user requested options.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.NativeDriver.Authenticate411">
            <summary>Perform an authentication against a 4.1.1 server</summary></member>
        <member name="M:MySql.Data.MySqlClient.NativeDriver.SendFileToServer(System.String)">
            <summary>
            Sends the specified file to the server.
            This supports the LOAD DATA LOCAL INFILE
            </summary>
            <param name="filename"></param></member>
        <member name="T:MySql.Data.MySqlClient.PacketReader">
            <summary>
            Summary description for PacketWriter.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.PacketWriter">
            <summary>
            Summary description for PacketWriter.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.PacketWriter.WriteInteger(System.Int64,System.Int32)">
            <summary>
            WriteInteger
            </summary>
            <param name="v"></param>
            <param name="numbytes"></param></member>
        <member name="T:MySql.Data.MySqlClient.MySqlParameter">
            <summary>
            Represents a parameter to a <see cref="T:MySql.Data.MySqlClient.MySqlCommand" />, and optionally, its mapping to <see cref="T:System.Data.DataSet" /> columns. This class cannot be inherited.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.#ctor">
            <summary>
            Initializes a new instance of the MySqlParameter class.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> class with the parameter name and a value of the new MySqlParameter.
            </summary>
            <param name="parameterName">The name of the parameter to map. </param>
            <param name="value">An <see cref="T:System.Object" /> that is the value of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" />. </param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.#ctor(System.String,MySql.Data.MySqlClient.MySqlDbType)">
            <summary>
            Initializes a new instance of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> class with the parameter name and the data type.
            </summary>
            <param name="parameterName">The name of the parameter to map. </param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.#ctor(System.String,MySql.Data.MySqlClient.MySqlDbType,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> class with the parameter name, the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" />, and the size.
            </summary>
            <param name="parameterName">The name of the parameter to map. </param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param>
            <param name="size">The length of the parameter. </param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.#ctor(System.String,MySql.Data.MySqlClient.MySqlDbType,System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> class with the parameter name, the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" />, the size, and the source column name.
            </summary>
            <param name="parameterName">The name of the parameter to map. </param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param>
            <param name="size">The length of the parameter. </param>
            <param name="sourceColumn">The name of the source column. </param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.#ctor(System.String,MySql.Data.MySqlClient.MySqlDbType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> class with the parameter name, the type of the parameter, the size of the parameter, a <see cref="T:System.Data.ParameterDirection" />, the precision of the parameter, the scale of the parameter, the source column, a <see cref="T:System.Data.DataRowVersion" /> to use, and the value of the parameter.
            </summary>
            <param name="parameterName">The name of the parameter to map. </param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param>
            <param name="size">The length of the parameter. </param>
            <param name="direction">One of the <see cref="T:System.Data.ParameterDirection" /> values. </param>
            <param name="isNullable">true if the value of the field can be null, otherwise false. </param>
            <param name="precision">The total number of digits to the left and right of the decimal point to which <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" /> is resolved.</param>
            <param name="scale">The total number of decimal places to which <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" /> is resolved. </param>
            <param name="sourceColumn">The name of the source column. </param>
            <param name="sourceVersion">One of the <see cref="T:System.Data.DataRowVersion" /> values. </param>
            <param name="value">An <see cref="T:System.Object" /> that is the value of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" />. </param>
            <exception cref="T:System.ArgumentException" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.DbType">
            <summary>
            Gets or sets the <see cref="T:System.Data.DbType" /> of the parameter.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.IsUnsigned">
            <summary></summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.Direction">
            <summary>
            Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
            As of MySql version 4.1 and earlier, input-only is the only valid choice.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.IsNullable">
            <summary>
            Gets or sets a value indicating whether the parameter accepts null values.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.MySqlDbType">
            <summary>
            Gets or sets the MySqlDbType of the parameter.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.ParameterName">
            <summary>
            Gets or sets the name of the MySqlParameter.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.Precision">
            <summary>
            Gets or sets the maximum number of digits used to represent the <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" /> property.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.Scale">
            <summary>
            Gets or sets the number of decimal places to which <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" /> is resolved.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.Size">
            <summary>
            Gets or sets the maximum size, in bytes, of the data within the column.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.SourceColumn">
            <summary>
            Gets or sets the name of the source column that is mapped to the <see cref="T:System.Data.DataSet" /> and used for loading or returning the <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" />.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.SourceVersion">
            <summary>
            Gets or sets the <see cref="T:System.Data.DataRowVersion" /> to use when loading <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" />.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameter.Value">
            <summary>
            Gets or sets the value of the parameter.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameter.ToString">
            <summary>
            Overridden. Gets a string containing the <see cref="P:MySql.Data.MySqlClient.MySqlParameter.ParameterName" />.
            </summary>
            <returns></returns></member>
        <member name="T:MySql.Data.MySqlClient.MySqlParameterCollection">
            <summary>
            Represents a collection of parameters relevant to a <see cref="T:MySql.Data.MySqlClient.MySqlCommand" /> as well as their respective mappings to columns in a <see cref="T:System.Data.DataSet" />. This class cannot be inherited.
            </summary>
            <!-- Badly formed XML in at comment file 'docs/MySqlParameterCollection.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlParameterCollection.xml" path="MyDocs/MyMembers[@name=&quot;Class&quot;]/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameterCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> at the specified index.
            </summary>
            <overloads>Gets the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> with a specified attribute.
            [C#] In C#, this property is the indexer for the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" /> class.
            </overloads></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameterCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> with the specified name.
            </summary></member>
        <member name="P:MySql.Data.MySqlClient.MySqlParameterCollection.Count">
            <summary>
            Gets the number of MySqlParameter objects in the collection.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
            </summary>
            <param name="array"></param>
            <param name="index"></param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Clear">
            <summary>
            Removes all items from the collection.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Contains(System.Object)">
            <summary>
            Gets a value indicating whether a MySqlParameter exists in the collection.
            </summary>
            <param name="value">The value of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to find. </param>
            <returns>true if the collection contains the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object; otherwise, false.</returns>
            <overloads>Gets a value indicating whether a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> exists in the collection.</overloads></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.IndexOf(System.Object)">
            <summary>
            Gets the location of a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to locate. </param>
            <returns>The zero-based location of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> in the collection.</returns>
            <overloads>Gets the location of a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> in the collection.</overloads></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Insert(System.Int32,System.Object)">
            <summary>
            Inserts a MySqlParameter into the collection at the specified index.
            </summary>
            <param name="index"></param>
            <param name="value"></param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Remove(System.Object)">
            <summary>
            Removes the specified MySqlParameter from the collection.
            </summary>
            <param name="value"></param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the specified <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> from the collection using a specific index.
            </summary>
            <param name="index">The zero-based index of the parameter. </param>
            <overloads>Removes the specified <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> from the collection.</overloads></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Add(System.Object)">
            <summary>
            Adds the specified <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" />.
            </summary>
            <param name="value">The <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to add to the collection.</param>
            <returns>The index of the new <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Contains(System.String)">
            <summary>
            Gets a value indicating whether a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> with the specified parameter name exists in the collection.
            </summary>
            <param name="name">The name of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to find.</param>
            <returns>true if the collection contains the parameter; otherwise, false.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.IndexOf(System.String)">
            <summary>
            Gets the location of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> in the collection with a specific parameter name.
            </summary>
            <param name="parameterName">The name of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to retrieve. </param>
            <returns>The zero-based location of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> in the collection.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.RemoveAt(System.String)">
            <summary>
            Removes the specified <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> from the collection using the parameter name.
            </summary>
            <param name="name">The name of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to retrieve. </param></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Add(MySql.Data.MySqlClient.MySqlParameter)">
            <summary>
            Adds the specified <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object to the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" />.
            </summary>
            <param name="value">The <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to add to the collection.</param>
            <returns>The newly added <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Add(System.String,System.Object)">
            <summary>
            Adds a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" /> given the specified parameter name and value.
            </summary>
            <param name="parameterName">The name of the parameter.</param>
            <param name="value">The <see cref="P:MySql.Data.MySqlClient.MySqlParameter.Value" /> of the <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to add to the collection.</param>
            <returns>The newly added <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Add(System.String,MySql.Data.MySqlClient.MySqlDbType)">
            <summary>
            Adds a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" /> given the parameter name and the data type.
            </summary>
            <param name="parameterName">The name of the parameter.</param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param>
            <returns>The newly added <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Add(System.String,MySql.Data.MySqlClient.MySqlDbType,System.Int32)">
            <summary>
            Adds a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" /> with the parameter name, the data type, and the column length.
            </summary>
            <param name="parameterName">The name of the parameter.</param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param>
            <param name="size">The length of the column.</param>
            <returns>The newly added <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="M:MySql.Data.MySqlClient.MySqlParameterCollection.Add(System.String,MySql.Data.MySqlClient.MySqlDbType,System.Int32,System.String)">
            <summary>
            Adds a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> to the <see cref="T:MySql.Data.MySqlClient.MySqlParameterCollection" /> with the parameter name, the data type, the column length, and the source column name.
            </summary>
            <param name="parameterName">The name of the parameter.</param>
            <param name="dbType">One of the <see cref="T:MySql.Data.MySqlClient.MySqlDbType" /> values. </param>
            <param name="size">The length of the column.</param>
            <param name="sourceColumn">The name of the source column.</param>
            <returns>The newly added <see cref="T:MySql.Data.MySqlClient.MySqlParameter" /> object.</returns></member>
        <member name="T:MySql.Data.MySqlClient.PreparedStatement">
            <summary>
            Summary description for PreparedStatement.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.SharedMemoryStream">
            <summary>
            Summary description for SharedMemoryStream.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.StoredProcedure">
            <summary>
            Summary description for StoredProcedure.
            </summary></member>
        <member name="M:MySql.Data.MySqlClient.StoredProcedure.Prepare(MySql.Data.MySqlClient.MySqlCommand)">
            <summary>
            Creates the proper command text for executing the given stored procedure
            </summary>
            <param name="cmd"></param>
            <returns></returns></member>
        <member name="T:MySql.Data.MySqlClient.MySqlTransaction">
            <!-- Badly formed XML in at comment file 'docs/MySqlTransaction.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlTransaction.xml" path="docs/Class/*" /></member>
        <member name="P:MySql.Data.MySqlClient.MySqlTransaction.Connection">
            <summary>
            Gets the <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
            </summary>
            <value>The <see cref="T:MySql.Data.MySqlClient.MySqlConnection" /> object associated with this transaction.</value>
            <remarks>
            A single application may have multiple database connections, each
            with zero or more transactions. This property enables you to
            determine the connection object associated with a particular
            transaction created by <see cref="M:MySql.Data.MySqlClient.MySqlConnection.BeginTransaction" />.
            </remarks></member>
        <member name="P:MySql.Data.MySqlClient.MySqlTransaction.IsolationLevel">
            <summary>
            Specifies the <see cref="T:System.Data.IsolationLevel" /> for this transaction.
            </summary>
            <value>
            The <see cref="T:System.Data.IsolationLevel" /> for this transaction. The default is <b>ReadCommitted</b>.
            </value>
            <remarks>
            Parallel transactions are not supported. Therefore, the IsolationLevel
            applies to the entire transaction.
            </remarks></member>
        <member name="M:MySql.Data.MySqlClient.MySqlTransaction.Commit">
            <!-- Badly formed XML in at comment file 'docs/MySqlTransaction.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlTransaction.xml" path="docs/Commit/*" /></member>
        <member name="M:MySql.Data.MySqlClient.MySqlTransaction.Rollback">
            <!-- Badly formed XML in at comment file 'docs/MySqlTransaction.xml': cannot be included --><!-- No matching elements were found for the include tag embedded here. --><include file="docs/MySqlTransaction.xml" path="docs/Rollback/*" /></member>
        <member name="T:MySql.Data.MySqlClient.MySqlInfoMessageEventHandler">
            <summary>
            Represents the method that will handle the <see cref="F:MySql.Data.MySqlClient.MySqlConnection.InfoMessage" /> event of a
            <see cref="T:MySql.Data.MySqlClient.MySqlConnection" />.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlRowUpdatingEventHandler">
            <summary>
            Represents the method that will handle the <see cref="!:MySqlDataAdapter.RowUpdating" /> event of a <see cref="T:MySql.Data.MySqlClient.MySqlDataAdapter" />.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlRowUpdatedEventHandler">
            <summary>
            Represents the method that will handle the <see cref="!:MySqlDataAdapter.RowUpdated" /> event of a <see cref="T:MySql.Data.MySqlClient.MySqlDataAdapter" />.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.ClientFlags">
            <summary>
            Summary description for ClientParam.
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.DBCmd">
            <summary>
            DB Operations Code
            </summary></member>
        <member name="T:MySql.Data.MySqlClient.MySqlDbType">
            <summary>
            Specifies MySQL specific data type of a field, property, for use in a <see cref="T:MySql.Data.MySqlClient.MySqlParameter" />.
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Decimal">
            <summary>
                <see cref="T:System.Decimal" />
                <para>A fixed precision and scale numeric value between -1038 -1 and 10 38 -1.</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Byte">
            <summary>
                <see cref="T:System.Byte" />
                <para>The signed range is -128 to 127. The unsigned range is 0 to 255.</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Int16">
            <summary>
                <see cref="T:System.Int16" />
                <para>A 16-bit signed integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Int24">
            <summary>Specifies a 24 (3 byte) signed or unsigned value.</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Int32">
            <summary>
                <see cref="T:System.Int32" />
                <para>A 32-bit signed integer</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Int64">
            <summary>
                <see cref="T:System.Int64" />
                <para>A 64-bit signed integer.</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Float">
            <summary>
                <see cref="T:System.Single" />
                <para>A small (single-precision) floating-point number. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38.</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Double">
            <summary>
                <see cref="T:System.Double" />
                <para>A normal-size (double-precision) floating-point number. Allowable values are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to 1.7976931348623157E+308.</para>
            </summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Timestamp">
            <summary>A timestamp. The range is '1970-01-01 00:00:00' to sometime in the year 2037</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Date">
            <summary>Date The supported range is '1000-01-01' to '9999-12-31'.</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Time">
            <summary> Time <para>The range is '-838:59:59' to '838:59:59'.</para></summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Datetime">
            <summary>DateTime The supported range is '1000-01-01 00:00:00' to '9999-12-31 23:59:59'.</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Year">
            <summary>A year in 2- or 4-digit format (default is 4-digit). The allowable values are 1901 to 2155, 0000 in the 4-digit year format, and 1970-2069 if you use the 2-digit format (70-69)</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Newdate">
            <summary>
                <b>Obsolete</b>  Use Datetime or Date type</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.VarString">
            <summary>A variable-length string containing 0 to 65535 characters</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Bit">
            <summary>Bit-field data type</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.NewDecimal">
            <summary>New Decimal</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Enum">
            <summary>An enumeration. A string object that can have only one value, chosen from the list of values 'value1', 'value2', ..., NULL or the special "" error value. An ENUM can have a maximum of 65535 distinct values</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Set">
            <summary>A set. A string object that can have zero or more values, each of which must be chosen from the list of values 'value1', 'value2', ... A SET can have a maximum of 64 members.</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.TinyBlob">
            <summary>A BLOB or TEXT column with a maximum length of 255 (2^8 - 1) characters</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.MediumBlob">
            <summary>A BLOB or TEXT column with a maximum length of 16777215 (2^24 - 1) characters</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.LongBlob">
            <summary>A BLOB or TEXT column with a maximum length of 4294967295 or 4G (2^32 - 1) characters</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Blob">
            <summary>A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1) characters</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.VarChar">
            <summary>A variable-length string containing 0 to 255 characters</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.String">
            <summary>
                <b>Obsolete</b>  Use VarChar type</summary></member>
        <member name="F:MySql.Data.MySqlClient.MySqlDbType.Geometry">
            <summary></summary></member>
    </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions