Click or drag to resize

DataRowExtension Class

Helper extension methods for DataRow objects. These methods mostly provide for safe data extraction.
Inheritance Hierarchy
SystemObject
  NetQuarryDataRowExtension

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class DataRowExtension

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