DotNetNuke.Data.PetaPoco.PetaPocoDataContext

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

Syntax

C#
public PetaPocoDataContext(
	string connectionStringName,
	string tablePrefix,
	Dictionary<Type, IMapper> mappers
)
Visual Basic
Public Sub New ( 
	connectionStringName As String,
	tablePrefix As String,
	mappers As Dictionary(Of Type, IMapper)
)

Parameters

connectionStringName
Type: System..::..String
paramconnectionStringNameM:DotNetNuke.Data.PetaPoco.PetaPocoDataContext.#ctor(System.String,System.String,System.Collections.Generic.Dictionary{System.Type,PetaPoco.IMapper})
tablePrefix
Type: System..::..String
paramtablePrefixM:DotNetNuke.Data.PetaPoco.PetaPocoDataContext.#ctor(System.String,System.String,System.Collections.Generic.Dictionary{System.Type,PetaPoco.IMapper})
mappers
Type: System.Collections.Generic..::..Dictionary<(Of <(<'Type, IMapper>)>)>
parammappersM:DotNetNuke.Data.PetaPoco.PetaPocoDataContext.#ctor(System.String,System.String,System.Collections.Generic.Dictionary{System.Type,PetaPoco.IMapper})

See Also