GetValueFromRowAsUShort

Method GetValueFromRowAsUShort Method

Class :CA.Blocks.DataAccess.DataHelper

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Overloads

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
sColumnNameSystem.String
Returns

System.UInt16

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnIndexSystem.Int32
Returns

System.UInt16

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

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

System.UInt16