Show / Hide Table of Contents

Method IsReadOnly

| Improve this Doc View Source

IsReadOnly(DataRow)

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

Declaration
bool IsReadOnly(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

The specified DataRow.

Returns
Type Description
System.Boolean

true if this column is readonly for specified DataRow, otherwise false.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest