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.