Initializes a new instance of the EntityServiceBase<(Of <(T>)>) class.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public EntityServiceBase(
	string contextName
)
Visual Basic (Declaration)
Public Sub New ( _
	contextName As String _
)

Parameters

contextName
Type: System..::.String
Name of the LightSpeedContext to be used.

See Also