PrimaryKeyToGuid(string?)
public Guid PrimaryKeyToGuid(out string? extendedKey) Gets the GUID primary key and its optional key extension.
Parameters
extendedKeystring?- When this method returns, contains the key extension, or
nullif none is present.
Returns
The GUID primary key.
