Class :CA.Blocks.DataAccess.DataHelper
Namespace :CA.Blocks.DataAccess
Assembly : CA.Blocks.DataAccess.dll
GetValueFromRowAsString(System.Data.DataRow,System.String,System.Boolean) | |
GetValueFromRowAsString(System.Data.DataRow,System.Int32,System.Boolean) | |
GetValueFromRowAsString(System.Data.DataRow,System.Data.DataColumn,System.Boolean) |
Will get the data value from the row as a string. The return value will be set to either null or and empty string depending on the value of ReturnNullAsEmptyString
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
sColumnName | System.String | ||
returnNullAsEmptyString | System.Boolean | Optional |
System.String
Will get the data value from the row as a string. The return value will be set to either null or and empty string depending on the value of ReturnNullAsEmptyString
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
columnOrder | System.Int32 | ||
returnNullAsEmptyString | System.Boolean | Optional |
System.String
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
column | System.Data.DataColumn | ||
returnNullAsEmptyString | System.Boolean | Optional |
System.String