Table of Contents

Interface IStoreQueryProvider

Namespace
The.Linq
Assembly
Instagile.dll

Implemented by providers rooted in a specific source table, which is required by query translation.

public interface IStoreQueryProvider

Properties

IsStoreBacked

bool IsStoreBacked { get; }

Property Value

bool

QueryTranslationPolicy

TranslationPolicy QueryTranslationPolicy { get; }

Property Value

TranslationPolicy

SourceEntityName

string SourceEntityName { get; }

Property Value

string