Click or drag to resize

DataRowExtensions Methods

The DataRowExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method AsBoolean(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsBoolean(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsBoolean(DataRow, Int32, Boolean) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsBoolean(DataRow, String, Boolean) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByte(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByte(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByte(DataRow, Int32, Byte) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByte(DataRow, String, Byte) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByteArray(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByteArray(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByteArray(DataRow, Int32, Byte) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsByteArray(DataRow, String, Byte) Attempts to type cast the specified column of a to the defined type.
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.
Public Extension Method AsDecimal(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDecimal(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDecimal(DataRow, Int32, Decimal) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDecimal(DataRow, String, Decimal) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDouble(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDouble(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDouble(DataRow, Int32, Double) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDouble(DataRow, String, Double) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, Int32, Guid) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, String, Guid) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt16(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt16(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt16(DataRow, Int32, Int16) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt16(DataRow, String, Int16) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt32(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt32(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt32(DataRow, Int32, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt32(DataRow, String, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt64(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt64(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt64(DataRow, Int32, Int64) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsInt64(DataRow, String, Int64) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsSingle(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsSingle(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsSingle(DataRow, Int32, Single) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsSingle(DataRow, String, Single) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsString(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsString(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsString(DataRow, Int32, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsString(DataRow, String, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsUInt32(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsUInt32(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsUInt32(DataRow, Int32, UInt32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsUInt32(DataRow, String, UInt32) Attempts to type cast the specified column of a to the defined type.
Top
See Also