TransferItemResultIsItemCreated Property |
Gets a value indicating whether the item is newly created in database.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsItemCreated { get; }
Public ReadOnly Property IsItemCreated As Boolean
Get
public:
property bool IsItemCreated {
bool get ();
}
member IsItemCreated : bool with get
Property Value
Type:
BooleanSee Also