Gets the value of the specified column as a globally-unique identifier (GUID).
'Declaration
Public Overloads Function GetGuid( _
ByVal As String _
) As Guid
public Guid GetGuid(
string
)
Parameters
- name
- The name of the column.
Return Value
The value of the specified column.