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.
GetValueFromRow(System.Data.DataRow,System.String) | |
GetValueFromRow(System.Data.DataRow,System.Data.DataColumn) | |
GetValueFromRow(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.
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
sColumnName | System.String |
System.Object
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.
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
column | System.Data.DataColumn |
System.Object
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.
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
columnIndex | System.Int32 |
System.Object