• Mimer SQL Data Provider
    • Overview
      • Introducing the Mimer SQL Data Provider
      • Installing the Mimer SQL Data Provider
      • Architecture of the Mimer SQL Data Provider
      • .NET versions
      • Concepts
      • Converting an application to Mimer SQL Data Provider
        • How to convert from ODBC
        • How to convert from OLE DB
        • How to convert from Microsoft's Oracle Provider
        • How to convert from Oracle Data Provider
        • How to convert from SQL Server
      • Visual Studio Integration
        • Visual Studio Toolbox
      • Working with user defined types
        • Basic select
        • Basic insert
        • Selecting user defined type into application class
        • Inserting user defined type from application class
      • Working with transactions
        • Auto-commit
        • Explicit transaction handling
      • Trace
        • How to enable trace
        • Configuring trace
        • Connection string options affecting trace
        • Configuration file examples
        • Interpreting trace output
        • Mimer SQL Data Trace Control tool
      • Release Notes
        • New Functions
        • Changed Functions
        • Corrected Problems
        • Known Restrictions
        • Known Problems
    • ADO.NET Reference
      • Mimer.Data.Client Assembly
        • Overview
        • Namespaces
          • Mimer.Data.Client Namespace
            • Overview
            • Classes
              • MimerBatch
                • Overview
                • Members
                • MimerBatch Constructor
                  • MimerBatch Constructor()
                  • MimerBatch Constructor(MimerConnection,MimerTransaction)
                • Methods
                  • Cancel Method
                  • CreateBatchCommand Method
                  • Dispose Method
                  • ExecuteNonQuery Method
                  • ExecuteNonQueryAsync Method
                  • ExecuteReader Method
                    • ExecuteReader() Method
                    • ExecuteReader(CommandBehavior) Method
                  • ExecuteScalar Method
                  • ExecuteScalarAsync Method
                  • Prepare Method
                  • PrepareAsync Method
                • Properties
                  • BatchCommands Property
                  • Connection Property
                  • Timeout Property
                  • Transaction Property
              • MimerBatchCommand
                • Overview
                • Members
                • MimerBatchCommand Constructor
                  • MimerBatchCommand Constructor()
                  • MimerBatchCommand Constructor(String)
                • Properties
                  • CommandText Property
                  • CommandType Property
                  • Parameters Property
                  • RecordsAffected Property
              • MimerBatchCommandCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(MimerBatchCommand) Method
                    • Add(MimerBatchCommand[]) Method
                    • Add(DbBatchCommand) Method
                  • Clear Method
                  • Contains Method
                    • Contains(MimerBatchCommand) Method
                    • Contains(DbBatchCommand) Method
                  • CopyTo Method
                    • CopyTo(MimerBatchCommand[],Int32) Method
                    • CopyTo(DbBatchCommand[],Int32) Method
                  • GetEnumerator Method
                  • IndexOf Method
                    • IndexOf(MimerBatchCommand) Method
                    • IndexOf(DbBatchCommand) Method
                  • Insert Method
                    • Insert(Int32,MimerBatchCommand) Method
                    • Insert(Int32,DbBatchCommand) Method
                  • Remove Method
                    • Remove(MimerBatchCommand) Method
                    • Remove(DbBatchCommand) Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • Item Property
              • MimerCommand
                • Overview
                • Members
                • MimerCommand Constructor
                  • MimerCommand Constructor()
                  • MimerCommand Constructor(String)
                  • MimerCommand Constructor(String,MimerConnection)
                  • MimerCommand Constructor(String,MimerConnection,MimerTransaction)
                • Methods
                  • Cancel Method
                  • CreateParameter Method
                  • ExecuteNonQuery Method
                  • ExecuteReader Method
                    • ExecuteReader() Method
                    • ExecuteReader(CommandBehavior) Method
                  • ExecuteScalar Method
                  • GetExplainXmlText Method
                  • Prepare Method
                  • ResetCommandTimeOut Method
                • Properties
                  • CommandText Property
                  • CommandTimeout Property
                  • CommandType Property
                  • Connection Property
                  • DesignTimeVisible Property
                  • Parameters Property
                  • Transaction Property
                  • UpdatedRowSource Property
              • MimerCommandBuilder
                • Overview
                • Members
                • MimerCommandBuilder Constructor
                  • MimerCommandBuilder Constructor()
                  • MimerCommandBuilder Constructor(MimerDataAdapter)
                • Methods
                  • DeriveParameters Method
                  • GetDeleteCommand Method
                    • GetDeleteCommand() Method
                  • GetInsertCommand Method
                    • GetInsertCommand() Method
                  • GetUpdateCommand Method
                    • GetUpdateCommand() Method
                  • QuoteIdentifier Method
                  • RefreshSchema Method
                  • UnquoteIdentifier Method
                • Properties
                  • DataAdapter Property
                  • QuotePrefix Property
                  • QuoteSuffix Property
              • MimerConnection
                • Overview
                • Members
                • MimerConnection Constructor
                  • MimerConnection Constructor()
                  • MimerConnection Constructor(String)
                  • MimerConnection Constructor(String,MimerCredential)
                • Methods
                  • BeginTransaction Method
                    • BeginTransaction() Method
                    • BeginTransaction(IsolationLevel) Method
                  • ChangeDatabase Method
                  • Close Method
                  • CreateBatch Method
                  • CreateCommand Method
                  • GetPerformanceData Method
                  • GetSchema Method
                    • GetSchema() Method
                    • GetSchema(String) Method
                    • GetSchema(String,String[]) Method
                  • Open Method
                  • SetExplain Method
                • Properties
                  • CanCreateBatch Property
                  • ConnectionString Property
                  • ConnectionTimeout Property
                  • Credential Property
                  • CurrentUser Property
                  • Database Property
                  • DataSource Property
                  • NormalizedServerVersion Property
                  • ServerBeta Property
                  • ServerOsDescription Property
                  • ServerType Property
                  • ServerVersion Property
                  • State Property
                • Events
                  • InfoMessage Event
                  • StateChange Event
              • MimerConnectionStringBuilder
                • Overview
                • Members
                • MimerConnectionStringBuilder Constructor
                  • MimerConnectionStringBuilder Constructor()
                  • MimerConnectionStringBuilder Constructor(String)
                • Methods
                  • Clear Method
                  • ContainsKey Method
                  • Remove Method
                  • ShouldSerialize Method
                  • TryGetValue Method
                • Properties
                  • AllowedTraceLevel Property
                  • ApplicationName Property
                  • Database Property
                  • IntegratedSecurity Property
                  • Item Property
                  • Keys Property
                  • Node Property
                  • Password Property
                  • PersistSecurityInfo Property
                  • Protocol Property
                  • Service Property
                  • UserId Property
              • MimerCredential
                • Overview
                • Members
                • MimerCredential Constructor
                • Properties
                  • Password Property
                  • UserId Property
              • MimerDataAdapter
                • Overview
                • Members
                • MimerDataAdapter Constructor
                  • MimerDataAdapter Constructor()
                  • MimerDataAdapter Constructor(String,MimerConnection)
                  • MimerDataAdapter Constructor(String,String)
                  • MimerDataAdapter Constructor(MimerCommand)
                • Properties
                  • DeleteCommand Property
                  • InsertCommand Property
                  • SelectCommand Property
                  • TableMappings Property
                  • UpdateCommand Property
                • Events
                  • RowUpdated Event
                  • RowUpdating Event
              • MimerDataReader
                • Overview
                • Members
                • Methods
                  • Close Method
                  • GetBoolean Method
                  • GetByte Method
                  • GetBytes Method
                  • GetChar Method
                  • GetChars Method
                  • GetColumnSchema Method
                  • GetData Method
                  • GetDataTypeName Method
                  • GetDateOnly Method
                  • GetDateTime Method
                  • GetDecimal Method
                  • GetDouble Method
                  • GetFieldType Method
                  • GetFloat Method
                  • GetGuid Method
                  • GetInt16 Method
                  • GetInt32 Method
                  • GetInt64 Method
                  • GetName Method
                  • GetOrdinal Method
                  • GetSByte Method
                  • GetSchemaTable Method
                  • GetString Method
                  • GetTimeOnly Method
                  • GetTimeSpan Method
                  • GetUserDefinedType Method
                    • GetUserDefinedType(Int32) Method
                    • GetUserDefinedType(Int32,Object) Method
                  • GetValue Method
                  • GetValues Method
                  • IsDBNull Method
                  • NextResult Method
                  • Read Method
                • Properties
                  • Depth Property
                  • FieldCount Property
                  • HasRows Property
                  • IsClosed Property
                  • Item Property
                    • Item(String) Property
                    • Item(Int32) Property
                  • RecordsAffected Property
              • MimerDataSourceEnumerator
                • Overview
                • Members
                • Methods
                  • GetDataSources Method
                • Fields
                  • Instance Field
              • MimerError
                • Overview
                • Members
                • Methods
                  • ToString Method
                • Properties
                  • ClassOrigin Property
                  • ColumnName Property
                  • ConditionIdentifier Property
                  • ConstraintName Property
                  • ConstraintSchema Property
                  • CursorName Property
                  • ErrorLength Property
                  • ErrorPosition Property
                  • Message Property
                  • NativeError Property
                  • ParameterName Property
                  • RoutineName Property
                  • RoutineSchema Property
                  • Source Property
                  • SpecificName Property
                  • SQLState Property
                  • SubClassOrigin Property
                  • TableName Property
                  • TableSchema Property
                  • TriggerName Property
                  • TriggerSchema Property
              • MimerErrorCollection
                • Overview
                • Members
                • Methods
                  • CopyTo Method
                  • GetEnumerator Method
                • Properties
                  • Count Property
                  • Item Property
              • MimerException
                • Overview
                • Members
                • Methods
                  • GetObjectData Method
                • Properties
                  • Errors Property
                  • Message Property
                  • Source Property
              • MimerFactory
                • Overview
                • Members
                • MimerFactory Constructor
                • Methods
                  • CreateCommand Method
                  • CreateCommandBuilder Method
                  • CreateConnection Method
                  • CreateConnectionStringBuilder Method
                  • CreateDataAdapter Method
                  • CreateDataSourceEnumerator Method
                  • CreateParameter Method
                  • GetService Method
                • Properties
                  • CanCreateDataSourceEnumerator Property
                • Fields
                  • Instance Field
              • MimerInfoMessageEventArgs
                • Overview
                • Members
                • Properties
                  • Errors Property
                  • Message Property
                  • Source Property
              • MimerMonitor
                • Overview
                • Members
                • MimerMonitor Constructor
                • Methods
                  • QueryStatistics Method
                    • QueryStatistics(Boolean,Boolean) Method
                    • QueryStatistics(Boolean,Boolean,Int32[]) Method
              • MimerMonitorInstance
                • Overview
                • Members
                • Methods
                  • Clone Method
                  • ComputeRelative Method
                • Properties
                  • ElapsedTime Property
                  • ExecuteCount Property
                  • PrepareCount Property
                  • ServerRequests Property
                  • Sql Property
                  • SqlId Property
                  • TableOps Property
                  • TransactionRecordCount Property
              • MimerParameter
                • Overview
                • Members
                • MimerParameter Constructor
                  • MimerParameter Constructor()
                  • MimerParameter Constructor(String,Object)
                  • MimerParameter Constructor(String,MimerDbType)
                  • MimerParameter Constructor(String,MimerDbType,Int32)
                  • MimerParameter Constructor(String,MimerDbType,Int32,String)
                  • MimerParameter Constructor(String,MimerDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object)
                • Methods
                  • ResetDbType Method
                  • ResetMimerDbType Method
                  • ToString Method
                • Properties
                  • DbType Property
                  • Direction Property
                  • IsNullable Property
                  • MimerDbType Property
                  • ParameterName Property
                  • Precision Property
                  • Scale Property
                  • Size Property
                  • SourceColumn Property
                  • SourceColumnNullMapping Property
                  • SourceVersion Property
                  • Value Property
              • MimerParameterCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(Object) Method
                    • Add(MimerParameter) Method
                    • Add(String,Object) Method
                    • Add(String,MimerDbType) Method
                    • Add(String,MimerDbType,Int32) Method
                    • Add(String,MimerDbType,Int32,String) Method
                  • AddRange Method
                    • AddRange(Array) Method
                    • AddRange(MimerParameter[]) Method
                  • AddWithValue Method
                  • Clear Method
                  • Contains Method
                    • Contains(Object) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • IndexOf Method
                    • IndexOf(Object) Method
                    • IndexOf(String) Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                    • RemoveAt(Int32) Method
                    • RemoveAt(String) Method
                • Properties
                  • Count Property
                  • IsFixedSize Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(String) Property
                    • Item(Int32) Property
                  • SyncRoot Property
              • MimerRowUpdatedEventArgs
                • Overview
                • Members
                • MimerRowUpdatedEventArgs Constructor
                • Properties
                  • Command Property
              • MimerRowUpdatingEventArgs
                • Overview
                • Members
                • MimerRowUpdatingEventArgs Constructor
                • Properties
                  • Command Property
              • MimerTransaction
                • Overview
                • Members
                • Methods
                  • Commit Method
                  • Rollback Method
                    • Rollback() Method
                • Properties
                  • Connection Property
                  • IsolationLevel Property
              • MimerUserDefinedType
                • Overview
                • Members
                • MimerUserDefinedType Constructor
                  • MimerUserDefinedType Constructor(Int32)
                  • MimerUserDefinedType Constructor(Object[])
                • Methods
                  • Equals Method
                  • GetHashCode Method
                  • ToString Method
                • Properties
                  • Item Property
                  • Length Property
            • Enumerations
              • MimerDbType
              • MimerPerformanceCounters
              • MimerServerType
            • Delegates
              • MimerInfoMessageEventHandler
              • MimerRowUpdatedEventHandler
              • MimerRowUpdatingEventHandler