Query Identity Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the identity of this instance, that is - an ID that UNIQUELY identifies the instance of this query including all of the names, parameters, values. This is needed for Equality comparison and cache lookup. The identity is either generated by .ctor or supplied to it if it is cached (i.e. in a user session)

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Guid Identity { get; }

Property Value

Type: OnlineGuid
See Also