Method ReadGuid
ReadGuid()
Reads a Guid from the reader.
public virtual Guid ReadGuid()Returns
- Guid
- A Guid. 
ReadGuid(GuidRepresentation)
Reads a Guid with the specified representation from the reader.
public virtual Guid ReadGuid(GuidRepresentation guidRepresentation)Parameters
- guidRepresentationGuidRepresentation
- The Guid representation. 
Returns
- Guid
- A Guid.