Raises the EngineExecuting event.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected internal virtual void OnExecuting( ExecutingEventArgs args ) |
| Visual Basic (Declaration) |
|---|
Protected Friend Overridable Sub OnExecuting ( _ args As ExecutingEventArgs _ ) |
| Visual C++ |
|---|
protected public: virtual void OnExecuting( ExecutingEventArgs^ args ) |
Parameters
- args
- Type: Endeca.Data.Provider..::.ExecutingEventArgs
Describes the query that is about to made.