C# 클래스 SqlObjectHydrator.ILEmitting.ObjectSettingEmitter

파일 보기 프로젝트 열기: jrote1/SqlObjectHydrator

공개 프로퍼티들

프로퍼티 타입 설명
TableId int

공개 메소드들

메소드 설명
Emit ( ILGenerator emitter, Type type, Mapping mapping, int tableId ) : LocalBuilder
GenerateObjectBuilder ( Type type, IDataRecord dataRecord, object>.Dictionary mappings ) : Func,object>
GetMappingCacheTuple ( int tableId, Type type ) : Type>.Tuple

메소드 상세

Emit() 공개 정적인 메소드

public static Emit ( ILGenerator emitter, Type type, Mapping mapping, int tableId ) : LocalBuilder
emitter System.Reflection.Emit.ILGenerator
type System.Type
mapping Mapping
tableId int
리턴 System.Reflection.Emit.LocalBuilder

GenerateObjectBuilder() 공개 정적인 메소드

public static GenerateObjectBuilder ( Type type, IDataRecord dataRecord, object>.Dictionary mappings ) : Func,object>
type System.Type
dataRecord IDataRecord
mappings object>.Dictionary
리턴 Func,object>

GetMappingCacheTuple() 공개 정적인 메소드

public static GetMappingCacheTuple ( int tableId, Type type ) : Type>.Tuple
tableId int
type System.Type
리턴 Type>.Tuple

프로퍼티 상세

TableId 공개적으로 정적으로 프로퍼티

public static int TableId
리턴 int