AVEVA Database .NET Public Interface

DbFieldFormat.AddMapping Method 

Add a mapping; ie, a specification of a value which is to be replaced by another value

public void AddMapping(
   string invalue,
   string svalue
);

Parameters

invalue
Value to be replaced
svalue
Value with which it is to be replaced

See Also

DbFieldFormat Class | Aveva.Pdms.Database Namespace