[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
queries for all instances of the type extent, returning
a IList of ElementType which must be assignable from
extent.
Namespace: Db4objects.Db4o
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Query(Of ElementType) ( _
extent As Type _
) As IList(Of ElementType) |
C# |
---|
IList<ElementType> Query<ElementType> (
Type extent
) |
Visual C++ |
---|
generic<typename ElementType>
IList<ElementType>^ Query (
Type^ extent
) |
Parameters
- extent
- System.Type
Type Parameters