| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class PersistentObjectExpression Inherits Expression Implements IQuery | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class PersistentObjectExpression : Expression, IQuery | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class PersistentObjectExpression : public Expression, IQuery | |
| C++/CLI | |
|---|---|
public ref class PersistentObjectExpression sealed : public Expression, IQuery | |
This class represents a dynamic runtime object expression that converts a persistent object to a dynamic storage
command. The data of the persistent object to create the command is queried when the ToCompiledQuery
method is executed. All changes within the persistent object reflect immediately to the CompiledQuery output.
System.Object
Chili.Opf3.Query.Expression
Chili.Opf3.Query.PersistentObjectExpression
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)