C# Class SqlObjectHydrator.ILEmitting.DataReaderEmitter

Mostrar archivo Open project: jrote1/SqlObjectHydrator

Public Methods

Method Description
GetPropertyValue ( ILGenerator emitter, Type type, int fieldId, bool nullable, object map = null ) : void

Private Methods

Method Description
GetDataReaderMethodName ( Type propertyType ) : string

Method Details

GetPropertyValue() public static method

public static GetPropertyValue ( ILGenerator emitter, Type type, int fieldId, bool nullable, object map = null ) : void
emitter System.Reflection.Emit.ILGenerator
type System.Type
fieldId int
nullable bool
map object
return void