Table of Contents

Class RevisionColumnList

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

Represents a list of RevisionColumn objects.

public class RevisionColumnList : List<RevisionColumn>, IList<RevisionColumn>, ICollection<RevisionColumn>, IList, ICollection, IReadOnlyList<RevisionColumn>, IReadOnlyCollection<RevisionColumn>, IEnumerable<RevisionColumn>, IEnumerable
Inheritance
RevisionColumnList
Implements
Extension Methods

Properties

this[string]

Gets the RevisionColumn with the specified SQL field.

Methods

Add(string)

Adds a RevisionColumn with the specified field.

Add(string, string)

Adds a RevisionColumn with the specified field and SQL.

GetColumns()

Gets a comma-separated string of all SQL fields in the RevisionColumnList.

Remove(string)

Removes the RevisionColumn with the specified SQL field.