PSDataTable.GetColumnAsGuid Method
Include Protected Members
Include Inherited Members
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