Table of Contents

Constructor RevisionColumn

Namespace
Innova.Data.Revision
Assembly
Innova.Data.dll

RevisionColumn(string)

Initializes a new instance of the RevisionColumn class with the specified SQL field name.

public RevisionColumn(string field)

Parameters

field string

The 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

sqlField string

The SQL field name.

captionField string

The caption field name.

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)

Parameters

sqlField string

The SQL field name.

captionField string

The caption field name.

columnForeignKey string

The column foreign key.