Connector/Net API Reference
1942
Name
Default
Description
an additional server round trip when obtaining a
connection, but the connection state is not reset.
Maximum Pool Size
,
Max
Pool Size
,
maximumpoolsize
100
The maximum number of connections allowed in the
pool.
Minimum Pool Size
,
Min
Pool Size
,
MinimumPoolSize
0
The minimum number of connections allowed in the
pool.
Pooling
true
When
true
, the
MySqlConnection
object is drawn
from the appropriate pool, or if necessary, is created
and added to the appropriate pool. Recognized values
are
true
,
false
,
yes
, and
no
.
20.2.7. Connector/Net API Reference
This section of the manual contains a complete reference to the Connector/Net ADO.NET component,
automatically generated from the embedded documentation.
20.2.7.1.
MySql.Data.MySqlClient
Namespace
Namespace hierarchy
Classes
Class
Description
BaseCommandInterceptor
Provides a means of enhancing or replacing SQL
commands through the connection string rather
than recompiling.
BaseExceptionInterceptor
Provides a means of enabling and disabling
exception handling through the connection string
rather than recompiling.
MySqlClientPermission
Derived from the .NET
DBDataPermission
class.
For usage information, see
Section 20.2.5.19,
“Working with Partial Trust / Medium Trust”
.
MySqlCommand
MySqlCommandBuilder
MySqlConnection
MySqlDataAdapter
MySqlDataReader
Provides a means of reading a forward-only
stream of rows from a MySQL database. This
class cannot be inherited.
MySqlError
Collection of error codes that can be returned by
the server
MySqlException
The exception that is thrown when MySQL returns
an error. This class cannot be inherited.
MySqlHelper
Helper class that makes it easier to work with the
provider.
MySqlInfoMessageEventArgs
Provides data for the InfoMessage event. This
class cannot be inherited.
MySqlParameter
Represents a parameter to a
MySqlCommand
,
and optionally, its mapping to DataSetcolumns.
This class cannot be inherited.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...