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

AllowDirtyReads

When set, read operations generated by this provider are eligible to run under READ UNCOMMITTED.

bool AllowDirtyReads { get; }

Property Value

bool

IsStoreBacked

bool IsStoreBacked { get; }

Property Value

bool

QueryTranslationPolicy

TranslationPolicy QueryTranslationPolicy { get; }

Property Value

TranslationPolicy

SourceEntityName

string SourceEntityName { get; }

Property Value

string