Show / Hide Table of Contents

Method SetValue

| Improve this Doc View Source

SetValue(DataRow, Object, Boolean)

Sets the data value of specified DataRow.

Declaration
public abstract void SetValue(DataRow dataRow, object value, bool beforeEdit = false)
Parameters
Type Name Description
DataRow dataRow

The specified DataRow.

System.Object value

The data value.

System.Boolean beforeEdit

Determines whether should set the original value before DataRow entering edit mode.

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