Field.AsObjectNoCheck method
Gets the value of this field in specified row as object, skipping check for assignment even if TrackWithChecks is true. Use at your own risk!
public abstract object AsObjectNoCheck(IRow row)
| parameter |
description |
| row |
The row. |
See Also