Show / Hide Table of Contents

Interface IReactiveMetadataServiceProvider

Interface for metadata discovery operations of a reactive processing service.

Namespace: Reaqtor
Assembly: Reaqtor.Service.Contracts.dll
Syntax
public interface IReactiveMetadataServiceProvider

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