Interface IStoreQueryProvider
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
IsStoreBacked
bool IsStoreBacked { get; }
Property Value
QueryTranslationPolicy
TranslationPolicy QueryTranslationPolicy { get; }
Property Value
SourceEntityName
string SourceEntityName { get; }