Overload List

  Name Description
Public method Static member GetChars(DataRow, DataColumn)
Gets the value of the specified column as a Char array.
Public method Static member GetChars(DataRow, Int32)
Gets the value of the specified column as a Char array.
Public method Static member GetChars(DataRow, String)
Gets the value of the specified column as a Char array.
Public method Static member GetChars(DataRow, DataColumn, DataRowVersion)
Gets the value of the specified column as a Char array.
Public method Static member GetChars(DataRow, Int32, DataRowVersion)
Gets the value of the specified column as a Char array.
Public method Static member GetChars(DataRow, String, DataRowVersion)
Gets the value of the specified column as a Char array.

See Also