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