Table of Contents

Method Add

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

Add(string)

Adds a RevisionColumn with the specified field.

public void Add(string field)

Parameters

field string

The field.

Add(string, string)

Adds a RevisionColumn with the specified field and SQL.

public void Add(string field, string sql)

Parameters

field string

The field.

sql string

The SQL.