PSDataTable.GetColumnAsGuid method
Gets the GUID value of a column in a DataRow object.
Overload list
Name | Description | |
---|---|---|
![]() ![]() |
GetColumnAsGuid(DataRow, String) | Gets the GUID value of the specified column in a DataRow object. |
![]() ![]() |
GetColumnAsGuid(DataRow, String, Guid) | Gets the GUID value of the specified column in a DataRow object, or a default value. |
Top