Gets value from the specified column.
SYNTAX
public object GetValue (string columnName)
PARAMETERS
columnName — string
Defines name of the required column.
RETURN
object Returns the value of the specified column, or null if it doesn't exist.
Modified on: Sat, May 5, 2018 at 7:38 PM
Gets value from the specified column.
public object GetValue (string columnName)
columnName — string
Defines name of the required column.
object Returns the value of the specified column, or null if it doesn't exist.
Did you find it helpful? Yes No
Send feedback