Overload List

  Name Description
Public method Static member GetNullableByte(DataRow, DataColumn)
Gets the value of the specified column as a Byte or null if the value is DBNull..
Public method Static member GetNullableByte(DataRow, Int32)
Gets the value of the specified column as a Byte or null if the value is DBNull..
Public method Static member GetNullableByte(DataRow, String)
Gets the value of the specified column as a Byte or null if the value is DBNull..
Public method Static member GetNullableByte(DataRow, DataColumn, DataRowVersion)
Gets the value of the specified column as a Byte or null if the value is DBNull..
Public method Static member GetNullableByte(DataRow, Int32, DataRowVersion)
Gets the value of the specified column as a Byte or null if the value is DBNull..
Public method Static member GetNullableByte(DataRow, String, DataRowVersion)
Gets the value of the specified column as a Byte or null if the value is DBNull..

See Also