GrainExtensions.IsPrimaryKeyBasedOnLong(IAddressable) Method
Definition
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
Parameters
- grain
- IAddressable
The target grain.
Returns
Exceptions
The provided grain does not have a Int64-based key.