IFieldSet Interface | Table of Content | Contains Method |
IFieldSet Methods |
The IFieldSet type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
Contains |
Returns true if field present in fieldset and has not null value.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetBoolean |
Returns value of bool field.
| |
GetChar |
Returns value of char field.
| |
GetDecimal |
Returns value of decimal field.
| |
GetGroup |
Returns repeating group.
| |
GetInteger |
Returns value of integer field.
| |
GetLong |
Returns value of long field.
| |
GetMaturityMonthYear |
Returns value of maturity month year field.
| |
GetString |
Returns value of string field.
| |
GetUnsignedInteger |
Returns value of unsigned integer field.
| |
GetUnsignedLong |
Returns value of unsigned long field.
|