AVEVA Database .NET Public Interface

DbFieldFormatDefaultAction Enumeration

Actions a field formatter may take when no specific substitute string has been defined for the value found

public enum DbFieldFormatDefaultAction

Members

Member Name Description
FIXED_STRING Always represent by a fixed string (the DefaultString property)
GET_AS_STRING Fall back to the standard representation of the object (as if no field formatter were defined)

Requirements

Namespace: Aveva.Pdms.Database

Assembly: Aveva.Pdms.Database (in Aveva.Pdms.Database.dll)

See Also

Aveva.Pdms.Database Namespace