GetValueFromRow

Method GetValueFromRow Method

Class :CA.Blocks.DataAccess.DataHelper

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Will get the data value from the row as an object retuning the .NET null value in the event the data value is null in the DataRow.

Overloads

StaticGetValueFromRow(System.Data.DataRow,System.String)
StaticGetValueFromRow(System.Data.DataRow,System.Data.DataColumn)
StaticGetValueFromRow(System.Data.DataRow,System.Int32)
StaticGetValueFromRow(System.Data.DataRow,System.String)

Will get the data value from the row as an object retuning the .NET null value in the event the data value is null in the DataRow.

Parameters
NameTypeDescription
drSystem.Data.DataRow
sColumnNameSystem.String
Returns

System.Object

StaticGetValueFromRow(System.Data.DataRow,System.Data.DataColumn)

Will get the data value from the row as an object retuning the .NET null value in the event the data value is null in the DataRow.

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnSystem.Data.DataColumn
Returns

System.Object

StaticGetValueFromRow(System.Data.DataRow,System.Int32)

Will get the data value from the row as an object retuning the .NET null value in the event the data value is null in the DataRow.

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnIndexSystem.Int32
Returns

System.Object