SimpleORM.NET
IndexOf Method (item)
NamespacesSormObjectList<(Of <(T>)>)IndexOf(T)

[This is preliminary documentation and is subject to change.]

Activates all loaded objects and searches for a specific one.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	T item
)
Public Function IndexOf ( _
	item As T _
) As Integer
public:
virtual int IndexOf(
	T item
) sealed
Parameters
item (T)
Item to search form
Return Value
Index of requested item or -1

Assembly: sorm (Module: sorm) Version: 1.0.0.13068