GetValueFromRowAsULong

Method GetValueFromRowAsULong Method

Class :CA.Blocks.DataAccess.DataHelper

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Overloads

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
sColumnNameSystem.String
Returns

System.UInt64

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnIndexSystem.Int32
Returns

System.UInt64

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

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

System.UInt64