Constructor RevisionColumn
RevisionColumn(string)
Initializes a new instance of the RevisionColumn class with the specified SQL field name.
public RevisionColumn(string field)
Parameters
field
stringThe SQL field name.
RevisionColumn(string, string)
Initializes a new instance of the RevisionColumn class with the specified SQL field name and caption field name.
public RevisionColumn(string sqlField, string captionField)
Parameters
RevisionColumn(string, string, string)
Initializes a new instance of the RevisionColumn class with the specified SQL field name, caption field name, and column foreign key.
public RevisionColumn(string sqlField, string captionField, string columnForeignKey)