RewiringContextIsIdentity 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.3.0.1000)
Syntaxpublic bool IsIdentity { get; }Public ReadOnly Property IsIdentity As Boolean
	Get
public:
property bool IsIdentity {
	bool get ();
}member IsIdentity : bool with get
Property Value
Type: 
Boolean if this instance contains changes in the mappings; otherwise, 
.
            
See Also