JiwaCollectionItem<(Of <(<'T>)>)>..::..InsertFlag Property

Flag indicating if the item is new to the JiwaCollection (ie: inserted but not saved)

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[BrowsableAttribute]
[XmlIgnoreAttribute]
public virtual bool InsertFlag { get; set; }
<BrowsableAttribute> _
<XmlIgnoreAttribute> _
Public Overridable Property InsertFlag As Boolean
	Get
	Set
[BrowsableAttribute]
[XmlIgnoreAttribute]
public:
virtual property bool^ InsertFlag {
	bool^ get ();
	void set (bool^ value);
}

Field Value

The value of the InsertFlag

Return Value

A boolean flag indicating if this item has been inserted

Remarks


Typically this is false when populating the JiwaCollection from a read, and is set to true when adding to the JiwaCollection which is not part of a read operation