Click or drag to resize

DataRowExtensionsAsDateTime Method

Overload List
  Name Description
Public Extension Method AsDateTime(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDateTime(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDateTime(DataRow, Int32, DateTime) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDateTime(DataRow, String, DateTime) Attempts to type cast the specified column of a to the defined type.
Top
See Also