MySql.Data.Entity
Async version of Prepare
Information about the task executed.
Visitor for SqlFragment and derived classes, useful for postprocessing and optimizations.
Visitor to replace old table names with new table names. Used as part postprocessing of the code for fusing nested selects.
If input sqlFragment is a group by structure, is flattened to remove some nested correlation queries.
If current fragment is select and its from clause is another select, try fuse the inner select with the outer select.
(Thus removing a nested query, which may have bad performance in Mysql).
The fragment to probe and posibly optimize
The fragment fused, or the original one.
Examines a binary expression to see if it is an special case suitable to conversion
to a more efficient and equivalent LIKE sql expression.
Used for creating connections in Code First 4.3.
Class used to customized code generation
to avoid dbo. prefix added on table names.
Implementation of a MySql's Sql generator for EF 4.3 data migrations.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to The connection parameter must reference an object of type MySql.Data.MySqlConnection.
Looks up a localized string similar to There is no store type corresponding to the EDM type '{0}' of primitive type '{1}'..
Looks up a localized string similar to The underlying provider does not support the type '{0}'..
Looks up a localized string similar to Result type of a function is expected to be a collection of RowType or PrimitiveType.
Sets the expected column types
Sets the expected column types for a given query command tree
Sets the expected column types for a given function command tree