GetValueFromRowAsBinary

Method GetValueFromRowAsBinary Method

Class :CA.Blocks.DataAccess.DataHelper

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Overloads

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
sColumnNameSystem.String
Returns

System.Byte[]

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

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnIndexSystem.Int32
Returns

System.Byte[]

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

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

System.Byte[]