Click or drag to resize

DataRowExtension Methods

The DataRowExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDateTime
Extract a date/time value from the specified column. Note that DBNull and other non-date/time values are handled.
Public methodStatic memberGetInt
Extract an int value from the specified column. Note that DBNull and other non-int values are defaulted to zero.
Public methodStatic memberGetString
Extract a string value from the specified column. Note that DBNull values are handled.
Top
See Also