Table of Contents

Class LocatorContext

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Context of a locator resolution operation.

public class LocatorContext
Inheritance
LocatorContext
Inherited Members
Extension Methods

Constructors

LocatorContext()

Constructor.

public LocatorContext()

LocatorContext(string)

Constructor.

public LocatorContext(string LocatorName)

Parameters

LocatorName string

Properties

LocatorName

Gets or sets the locator name.

public string LocatorName { get; set; }

Property Value

string

Params

Gets the context parameters.

Use this dictionary for runtime execution hints that are not part of the locator descriptor identity, e.g. a ConnectionName override.

public Dictionary<string, object> Params { get; }

Property Value

Dictionary<string, object>