AsString

Method AsString Method

Class :CA.Blocks.DataAccess.DataRowExtensions

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Overloads

StaticAsString(System.Data.DataRow,System.String,System.Boolean)
StaticAsString(System.Data.DataRow,System.Int32,System.Boolean)
StaticAsString(System.Data.DataRow,System.Data.DataColumn,System.Boolean)
StaticAsString(System.Data.DataRow,System.String,System.Boolean)

Parameters
NameTypeDescription
drSystem.Data.DataRow
colNameSystem.String
returnNullAsEmptyStringSystem.BooleanOptional
Returns

System.String

StaticAsString(System.Data.DataRow,System.Int32,System.Boolean)

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnOrderSystem.Int32
returnNullAsEmptyStringSystem.BooleanOptional
Returns

System.String

StaticAsString(System.Data.DataRow,System.Data.DataColumn,System.Boolean)

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

System.String