Show / Hide Table of Contents

Namespace IRM.Data

Classes

BaseDataReader

Reads a forward-only stream of rows.

BaseMappingDataReader<TDestination>

Reads a forward-only stream of rows.

Column

Represents the information from a System.Data.DataColumn oject that has errors.

ConnectionStringSettings

Represents a single, named connection string in the connection strings configuration file section.

ConstraintException

Represents the exception that is thrown when attempting an action that violates a constraint.

CsvColumn

Represents a column in a Csv file.

CsvDataReader

Represents a reader that provides fast, non-cached, forward-only access to CSV data.

CsvOptions

Base options for CsvDataReader and CsvWriter.

CsvReaderOptions

A class that represents the CsvOptions used by a CsvDataReader

CsvWriter

This class is used to create csv-files from System.Data.IDataReader or a System.Data.DataTable.

CsvWriterOptions

A class that represents the CsvOptions used by a CsvWriter.

DataApplicationException

Represents the exception that is thrown when error information is availible in a DataSet.

DataConflictException

Represents the exception that is thrown when there is a conflict between the information supplied by the user and the information that is stored in the physical data source.

DataReaderExtensions

Useful extension methods for System.Data.IDataReader.

DataRecordExtensions

Useful extension methods for System.Data.IDataRecord.

DataSetMergeUtilities

A utility class supporting the merge functionality in the DataSetUtilities.

DataSetUtilities

A utility class for commmon System.Data.DataSet-related functionallity, that also handles System.DBNull.

DbCommandExtensions

Useful extension methods for System.Data.IDbCommand.

DbCommandInfo

A class that is used then reporting data-errors, the class holds information from the System.Data.Common.DbCommand object used in the query.

DbParameterInfo

A class that is used then reporting data-errors, the class holds information of a parameter used in the query.

ErrorInfo

Represents the information from all the errors in a System.Data.DataSet object.

FixedLengthReader<TDestination>

GenericListDataReader<T>

A class that exposes a List<T> as a System.Data.IDataReader.

MalformedCsvException

Represents the exception that is thrown when a CSV file is malformed.

MappingDataReader<TDestination>

A class that reads rows from a System.Data.IDataReader and maps the values of the current row to TDestination that is exposed as a System.Data.IDataReader. BaseMappingDataReader<TDestination>

MissingFieldCsvException

Represents the exception that is thrown when a there is a missing field in a record of the CSV file.

ParseErrorEventArgs

Provides data for the ParseError event.

Row

Represents the information from a DataRow object that has errors.

Table

Represents the information from a System.Data.DataTable object that has errors.

UpdateConcurrencyException

Represents the exception that is thrown when there is a conflict between the information supplied by the user and the information that is stored in the physical data source.

UpdateConcurrencyException<T>

Represents the exception that is thrown when there is a conflict between the information supplied by the user and the information that is stored in the physical data source.

WriterBase

Base class for writing files.

Structs

CsvDataReader.RecordEnumerator

Supports a simple iteration over the records of a CsvDataReader.

Interfaces

IConnectionStringSettings

Represents a single, named connection string in the connection strings configuration file section.

IDataRecordMapper<T>

Interface for mapping System.Data.IDataRecord to a T.

ITranslate<TResultItem, TSourceItem>

Represents an interface for translating a System.Data.IDataRecord to an object.

Enums

EscapeMode

Specifies how to escape an occurance of of system characters, like the TextQualifier and Delimiter inside text qualified data.

MissingFieldAction

Specifies the action to take when a field is missing.

ParseErrorAction

Specifies the action to take when a parsing error has occured.

ValueTrimmingOptions

Trimming option flags.

Back to top Generated by DocFX