Summary
Base class for native queries.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Query 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type["Predicate"]
class Type type-node
						
					Syntax
[System.Serializable]
public abstract class PredicateRemarks
    Base class for native queries. See
    
    
	Db4objects.Db4o.IObjectContainer.Query(Db4objects.Db4o.Query.Predicate)
    Attributes
| Type | Description | 
|---|---|
| Serializable | 
Constructors
| Name | Summary | 
|---|---|
| Predicate | |
| Predicate | 
Fields
| Name | Constant Value | Summary | 
|---|---|---|
| PredicatemethodName | public for implementation reasons, please ignore. static | 
Methods
| Name | Value | Summary | 
|---|---|---|
| AppliesTo | bool | public for implementation reasons, please ignore. | 
| ExtentType | Type | public for implementation reasons, please ignore. | 
| GetFilterMethod | MethodInfo | 
See Also
- Db4objects.Db4o.IObjectContainer.Query(Db4objects.Db4o.Query.Predicate)