smartDBforms.NET API Reference

SmartDBViewMode Enumeration

Enumeration for the different modes of SmartDBView.

[Visual Basic]
Public Enum SmartDBViewMode
[C#]
public enum SmartDBViewMode

Members

Member Name Description
Edit Displays existing data record and updates the new values back to the database.
Insert Inserts the entered data as a new record into the database
ReadOnly Displays an existing record. No editing is possible.

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

Adillis.SmartDBForms Namespace