summaryM:DotNetNuke.Data.PetaPoco.PetaPocoMapper.GetFromDbConverter(System.Reflection.PropertyInfo,System.Type)

Namespace: DotNetNuke.Data.PetaPoco
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Func<Object, Object> GetFromDbConverter(
	PropertyInfo pi,
	Type SourceType
)
Visual Basic
Public Function GetFromDbConverter ( 
	pi As PropertyInfo,
	SourceType As Type
) As Func(Of Object, Object)

Parameters

pi
Type: System.Reflection..::..PropertyInfo
parampiM:DotNetNuke.Data.PetaPoco.PetaPocoMapper.GetFromDbConverter(System.Reflection.PropertyInfo,System.Type)
SourceType
Type: System..::..Type
paramSourceTypeM:DotNetNuke.Data.PetaPoco.PetaPocoMapper.GetFromDbConverter(System.Reflection.PropertyInfo,System.Type)

Return Value

returnsM:DotNetNuke.Data.PetaPoco.PetaPocoMapper.GetFromDbConverter(System.Reflection.PropertyInfo,System.Type)

Implements

IMapperGetFromDbConverter(PropertyInfo, Type)

See Also