DataHelperGetGuidValue Method (DataRow, String, Guid) |
Gets the guid variable from given DataRow.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static Guid GetGuidValue(
DataRow dr,
string columnName,
Guid defaultValue = null
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the data - columnName
- Type: SystemString
Column name - defaultValue (Optional)
- Type: SystemGuid
Default value
Return Value
Type:
GuidSee Also