Class :CA.Blocks.DataAccess.DataHelper
Namespace :CA.Blocks.DataAccess
Assembly : CA.Blocks.DataAccess.dll
GetValueFromRowAsGuid(System.Data.DataRow,System.String) | |
GetValueFromRowAsGuid(System.Data.DataRow,System.Int32) | |
GetValueFromRowAsGuid(System.Data.DataRow,System.Data.DataColumn) |
Will get the data value from the row as a Guid. If the value is null an will be thrown This procedure assumes that the data is a Guid, if not a cast exception will be thrown.
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
sColumnName | System.String |
System.Guid
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
columnIndex | System.Int32 |
System.Guid
Name | Type | Description | |
---|---|---|---|
dr | System.Data.DataRow | ||
dc | System.Data.DataColumn |
System.Guid