| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class ObjectQueryBuilder(Of T) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class ObjectQueryBuilder<T> | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class ObjectQueryBuilder<T> | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class ObjectQueryBuilder sealed | |
- T
| C# | |
|---|---|
// ... Other code | |
This class creates an instance of an ObjectQuery class. It allows to specify the different items that can be added to an ObjectQuery. For more information about the ObjectQuery, please consult the documentation of that class.
The class does also check if the added properties are valid for the given persistent object and if the amount of opening parenthesis match the closing parenthesis. It is possible to call the AppendProperty method without calling the AppendConcat: in that case the class uses the concat specified in the DefaultConcat property to connect the two properties in the query.
System.Object
Chili.Opf3.Query.ObjectQueryBuilder
Requirements
Namespace: Chili.Opf3.Query
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)