| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class OECommand Inherits OEItem | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class OECommand : OEItem | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class OECommand : public OEItem | |
| C++/CLI | |
|---|---|
public ref class OECommand sealed : public OEItem | |
Custom commands in a OPath statement are converted to this class when OPath is compiled.
Those commands are then converted to a command that can be executed on the storage.
Look at the documentation of the ObjectQuery
class for further information about custom commands.
System.Object
Chili.Opf3.Query.OPathParser.OEItem
Chili.Opf3.Query.OPathParser.OECommand
Requirements
Namespace: Chili.Opf3.Query.OPathParser
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)