Open this page in the API Guide

RewiringContext.IsIdentity Property

Gets a value indicating whether this context represents changes or not.

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool IsIdentity { get; }

Property Value

Type: Boolean
true if this instance contains changes in the mappings; otherwise, false.
See Also