RewiringContextIsIdentity Property |
Gets a value indicating whether this context represents changes or not.
Namespace: Dundas.BI.EntitiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
Boolean if this instance contains changes in the mappings; otherwise,
.
See Also