| Name | Description |
---|
| AsBoolean(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsBoolean(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsBoolean(DataRow, Int32, Boolean) |
Attempts to type cast the specified column of a to the defined type.
|
| AsBoolean(DataRow, String, Boolean) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByte(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByte(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByte(DataRow, Int32, Byte) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByte(DataRow, String, Byte) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByteArray(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByteArray(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByteArray(DataRow, Int32, Byte) |
Attempts to type cast the specified column of a to the defined type.
|
| AsByteArray(DataRow, String, Byte) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDateTime(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDateTime(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDateTime(DataRow, Int32, DateTime) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDateTime(DataRow, String, DateTime) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDecimal(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDecimal(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDecimal(DataRow, Int32, Decimal) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDecimal(DataRow, String, Decimal) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDouble(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDouble(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDouble(DataRow, Int32, Double) |
Attempts to type cast the specified column of a to the defined type.
|
| AsDouble(DataRow, String, Double) |
Attempts to type cast the specified column of a to the defined type.
|
| AsGuid(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsGuid(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsGuid(DataRow, Int32, Guid) |
Attempts to type cast the specified column of a to the defined type.
|
| AsGuid(DataRow, String, Guid) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt16(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt16(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt16(DataRow, Int32, Int16) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt16(DataRow, String, Int16) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt32(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt32(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt32(DataRow, Int32, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt32(DataRow, String, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt64(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt64(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt64(DataRow, Int32, Int64) |
Attempts to type cast the specified column of a to the defined type.
|
| AsInt64(DataRow, String, Int64) |
Attempts to type cast the specified column of a to the defined type.
|
| AsSingle(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsSingle(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsSingle(DataRow, Int32, Single) |
Attempts to type cast the specified column of a to the defined type.
|
| AsSingle(DataRow, String, Single) |
Attempts to type cast the specified column of a to the defined type.
|
| AsString(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsString(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsString(DataRow, Int32, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsString(DataRow, String, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsUInt32(DataRow, Int32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsUInt32(DataRow, String) |
Attempts to type cast the specified column of a to the defined type.
|
| AsUInt32(DataRow, Int32, UInt32) |
Attempts to type cast the specified column of a to the defined type.
|
| AsUInt32(DataRow, String, UInt32) |
Attempts to type cast the specified column of a to the defined type.
|