Click or drag to resize
SqlMapperGetTypeDeserializer Method
Internal use only

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Func<IDataReader, Object> GetTypeDeserializer(
	Type type,
	IDataReader reader,
	int startBound = 0,
	int length = -1,
	bool returnNullIfFirstMissing = false
)

Parameters

type
Type: SystemType
reader
Type: System.DataIDataReader
startBound (Optional)
Type: SystemInt32
length (Optional)
Type: SystemInt32
returnNullIfFirstMissing (Optional)
Type: SystemBoolean

Return Value

Type: FuncIDataReader, Object
See Also