GetValueFromRowAsUInt

Method GetValueFromRowAsUInt Method

Class :CA.Blocks.DataAccess.DataHelper

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Overloads

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
sColumnNameSystem.String
Returns

System.UInt32

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

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

System.UInt32

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnIndexSystem.Int32
Returns

System.UInt32