Class :CA.Blocks.DataAccess.DataHelper
Namespace :CA.Blocks.DataAccess
Assembly : CA.Blocks.DataAccess.dll
GetValueFromRowAsInt(System.Data.DataRow,System.String) | |
GetValueFromRowAsInt(System.Data.DataRow,System.Data.DataColumn) | |
GetValueFromRowAsInt(System.Data.DataRow,System.Int32) |
Will get the data value from the row as an int. If the value is null an will be thrown This procedure assumes that the data is an integer, if not a cast exception will be thrown.
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
sColumnName | System.String |
System.Int32
Will get the data value from the row as an int. If the value is null an will be thrown This procedure assumes that the data is an integer, if not a cast exception will be thrown.
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
column | System.Data.DataColumn |
System.Int32
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
columnIndex | System.Int32 |
System.Int32