Namespace IRM.Data
Classes
Reads a forward-only stream of rows. |
BaseMappingDataReader<TDestination> Reads a forward-only stream of rows. |
Represents the information from a System.Data.DataColumn oject that has errors. |
Represents a single, named connection string in the connection strings configuration file section. |
Represents the exception that is thrown when attempting an action that violates a constraint. |
Represents a column in a Csv file. |
Represents a reader that provides fast, non-cached, forward-only access to CSV data. |
Base options for CsvDataReader and CsvWriter. |
A class that represents the CsvOptions used by a CsvDataReader |
This class is used to create csv-files from System.Data.IDataReader or a System.Data.DataTable. |
A class that represents the CsvOptions used by a CsvWriter. |
Represents the exception that is thrown when error information is availible in a DataSet. |
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. |
Useful extension methods for System.Data.IDataReader. |
Useful extension methods for System.Data.IDataRecord. |
A utility class supporting the merge functionality in the DataSetUtilities. |
A utility class for commmon System.Data.DataSet-related functionallity, that also handles System.DBNull. |
Useful extension methods for System.Data.IDbCommand. |
A class that is used then reporting data-errors, the class holds information from the System.Data.Common.DbCommand object used in the query. |
A class that is used then reporting data-errors, the class holds information of a parameter used in the query. |
Represents the information from all the errors in a System.Data.DataSet object. |
FixedLengthReader<TDestination>
|
A class that exposes a List<T> as a System.Data.IDataReader. |
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 |
Represents the exception that is thrown when a there is a missing field in a record of the CSV file. |
Provides data for the ParseError event. |
Represents the information from a DataRow object that has errors. |
Represents the information from a System.Data.DataTable object that has errors. |
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. |
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. |
Base class for writing files. |
Structs
CsvDataReader.RecordEnumerator Supports a simple iteration over the records of a CsvDataReader. |
Interfaces
Represents a single, named connection string in the connection strings configuration file section. |
Interface for mapping System.Data.IDataRecord to a |
ITranslate<TResultItem, TSourceItem> Represents an interface for translating a System.Data.IDataRecord to an object. |
Enums
Specifies how to escape an occurance of of system characters, like the TextQualifier and Delimiter inside text qualified data. |
Specifies the action to take when a field is missing. |
Specifies the action to take when a parsing error has occured. |
Trimming option flags. |