Show / Hide Table of Contents

Interface IDataRecordMapper<T>

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

Namespace: IRM.Data
Assembly: IRM.dll
Syntax
public interface IDataRecordMapper<T>
    where T : class
Type Parameters
T

Methods

Map(IDataRecord)

Maps a System.Data.IDataRecord to a T.

Declaration
T Map(IDataRecord dataRecord)
Parameters
System.Data.IDataRecord dataRecord

Returns
T

An instance of a T.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX