Show / Hide Table of Contents

Interface IReactiveMetadataEngineProvider

Interface for metadata discovery operations of a reactive processing engine.

Namespace: Reaqtor
Assembly: Reaqtor.Engine.Contracts.dll
Syntax
public interface IReactiveMetadataEngineProvider

Properties

Provider

Gets the query provider that will be used to execute metadata queries.

Declaration
IQueryProvider Provider { get; }
Property Value
Type Description
System.Linq.IQueryProvider
In This Article
Back to top Generated by DocFX