EasyObjects.NET Programmers Reference

EasyObject.GetColumn Method 

This is the typeless version, this method should only be used for columns that you added via AddColumn or to access extra columns brought back by changing your QuerySource to a SQL View.

public object GetColumn(
   string columnName
);

Parameters

columnName
The name of the column, "MyColumn"

Return Value

The value, you will have to typecast it to the proper type.

See Also

EasyObject Class | NCI.EasyObjects Namespace