Persistate API documentation
GetSelected<(Of <(<'T>)>)> Method (list, selectedClass, keys)
NamespacesPersistatePersistentGetSelected<(Of <<'(T>)>>)(IndexedList<(Of <<'(T>)>>), ObjectClass, array<Object>[]()[][])

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

This method is intended for use only from generated code, and you should not use it in open code.
Declaration Syntax
C#
public IndexedList<T> GetSelected<T>(
	IndexedList<T> list,
	ObjectClass selectedClass,
	params Object[] keys
)
where T : Persistent
Generic Template Parameters
T
The type of objects being retrieved.
Parameters
list (IndexedList<(Of <(<'T>)>)>)
The list into which selected objects are placed.
selectedClass (ObjectClass)
The ObjectClass of the selected objects. This may be a ViewClass.
keys (array<Object>[]()[][])
The keys passed as parameters to the view stored procedure.
Return Value
The same list that was supplied.
Remarks
Gets selected objects for a ViewClass member of this object.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)