GrainExtensions.IsPrimaryKeyBasedOnLong(IAddressable) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether part of the primary key is of type long
.
public static bool IsPrimaryKeyBasedOnLong (this Orleans.Runtime.IAddressable grain);
static member IsPrimaryKeyBasedOnLong : Orleans.Runtime.IAddressable -> bool
<Extension()>
Public Function IsPrimaryKeyBasedOnLong (grain As IAddressable) As Boolean
- grain
- IAddressable
The target grain.
The provided grain does not have a Int64-based key.