Click or drag to resize

DataRowExtensionsAsByteArray Method

Overload List
  Name Description
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.
Top
See Also