db4o

Constraints.toArray Method 

returns an array of the contained com.db4o.query.Constraint objects.

[Visual Basic]
Function toArray() As Constraint()
[C#]
Constraint[] toArray();
[C++]
Constraint* toArray()  __gc[];
[JScript]
function toArray(): Constraint[];

Return Value

an array of the contained com.db4o.query.Constraint objects.

See Also

Constraints Interface | com.db4o.query Namespace