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