ICustomizationFields3 Interface
Description
Services for managing the collection of all CustomizationField objects in the project.
Public Methods
Public Method AddActiveFieldFinds the first free, inactive field in the specified table, signs the field as active, and returns the CustomizationFields object representing the field.
Public Method AddActiveMemoFieldCreates a new memo field in a table.
Public Method GetFieldsDigestPublicReturn Fields Digest.
Public Properties
Public Property FieldThe customization field object for the specified database table and field.
Public Property FieldExistsChecks if the specified database field exists.
Public Property FieldsA list of all fields in the specified table.
See Also