BizBlox
Item Property (i)
Namespacespixolut.BizBloxDOCollectionItem[([(Int32])])
BizBlox
Retrieve the DataObject from the collection using the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public DataObject this[
	int i
] { get; }
Public ReadOnly Default Property Item ( _
	i As Integer _
) As DataObject
public:
property DataObject^ default[int i] {
	DataObject^ get (int i);
}
Parameters
i (Int32)
Index in to the collection
Value
Remarks
If the index is out of bounds (see Count()) this will throw an IndexOutOfBoundsException. This technique will therefore only READ from the database the first time the cache is empty thus, if the underlying data changes, there is no implied way of updating the cache other than refinding. This will retrieve the indexed data object to a local cached item. Subsequent reads do not access the database.

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0