EasyObjects.NET Programmers Reference
EasyObject.SetDecimal Method
Used by the Properties in your generated class
protected
void
SetDecimal(
string
fieldName
,
decimal
value
);
Parameters
fieldName
The name of the column
value
The value to store
See Also
EasyObject Class
|
NCI.EasyObjects Namespace