Method IsReadOnly
| Improve this Doc View SourceIsReadOnly(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 |