Show / Hide Table of Contents

Method IsReadOnly

| Improve this Doc View Source

IsReadOnly(DataRow)

Gets a value indicates whether this column is readonly for provided DataRow object.

Declaration
public override sealed bool IsReadOnly(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

The DataRow object.

Returns
Type Description
System.Boolean

true if this column is readonly for provided dataRow, otherwise false.

Overrides
Column.IsReadOnly(DataRow)
Implements
IColumn.IsReadOnly(DataRow)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest