Table of Contents

Class LocatorMapItem

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

A locator mapping item.

public class LocatorMapItem
Inheritance
LocatorMapItem
Inherited Members
Extension Methods

Constructors

LocatorMapItem()

Constructor.

public LocatorMapItem()

LocatorMapItem(string, string)

Constructor.

public LocatorMapItem(string SourceField, string TargetField)

Parameters

SourceField string
TargetField string

Properties

SourceField

Gets or sets the source field name.

public string SourceField { get; set; }

Property Value

string

TargetField

Gets or sets the target field name.

public string TargetField { get; set; }

Property Value

string