Show / Hide Table of Contents

Method GetValue

| Improve this Doc View Source

GetValue(DataRow, Boolean)

Gets the data value of specified DataRow.

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

The specified DataRow.

System.Boolean beforeEdit

Determines whether should return the value before DataRow entering edit mode.

Returns
Type Description
System.Object

The data value.

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