Skip to content

UniqueKey.PrimaryKeyToGuid(string?)

PrimaryKeyToGuid(string?)

View source
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 null if none is present.

Returns

The GUID primary key.