EasyObjects.NET Programmers Reference

EasyObject.SetColumn 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 void SetColumn(
   string columnName,
   object Value
);

Parameters

columnName
The name of the column, "MyColumn"
Value
The value to set the column to

See Also

EasyObject Class | NCI.EasyObjects Namespace