Property this
this[string]
Gets the RevisionColumn with the specified SQL field.
public RevisionColumn this[string sqlField] { get; }
Parameters
sqlField
stringThe SQL field.
Property Value
- RevisionColumn
The RevisionColumn with the specified SQL field, or null if not found.