Method IsReadOnly
| Improve this Doc View SourceIsReadOnly(DataRow)
Gets a value indicates whether this column is readonly for specified DataRow.
Declaration
public abstract 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. |