DataRowExtension Methods |
The DataRowExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDateTime |
Extract a date/time value from the specified column. Note that DBNull and other non-date/time values are handled.
| |
| GetInt |
Extract an int value from the specified column. Note that DBNull and other non-int values are defaulted to zero.
| |
| GetString |
Extract a string value from the specified column. Note that DBNull values are handled.
|