QLinSupport.

Prototype(Type) Method

Summary

returns a prototype object for a specific class to be passed to the where expression of a QLin query.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Qlin
Containing Type
QLinSupport

Syntax

public static Object Prototype(Type clazz)

Remarks

returns a prototype object for a specific class to be passed to the where expression of a QLin query.

Parameters

Name Type Description
clazz Type

Return Value

Type Description
Object

See Also

  • Db4objects.Db4o.Qlin.IQLin.Where(System.Object)