AVEVA Database .NET Public Interface

DbElementTypeFormat.AddItem Method (DbNounField, DbFieldFormat, Int32)

Add a field to the format, specifying the field format and mimimum width

public void AddItem(
   DbNounField field,
   DbFieldFormat fieldformat,
   int width
);

Parameters

field
A field
fieldformat
Format for the field
width
The minimum width of the column

See Also

DbElementTypeFormat Class | Aveva.Pdms.Database Namespace | DbElementTypeFormat.AddItem Overload List