Table of Contents

Property this

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

this[string]

Gets the RevisionColumn with the specified SQL field.

public RevisionColumn this[string sqlField] { get; }

Parameters

sqlField string

The SQL field.

Property Value

RevisionColumn

The RevisionColumn with the specified SQL field, or null if not found.