Table of Contents

Class SqlServerMemberTranslator.SqlServerWindowFunctionsMemberTranslator

Namespace
LinqToDB.Internal.DataProvider.SqlServer.Translation
Assembly
linq2db.dll
protected class SqlServerMemberTranslator.SqlServerWindowFunctionsMemberTranslator : WindowFunctionsMemberTranslator, IMemberTranslator
Inheritance
object
SqlServerMemberTranslator.SqlServerWindowFunctionsMemberTranslator
Implements
Derived
Inherited Members
Extension Methods

Properties

IsFrameExclusionSupported

protected override bool IsFrameExclusionSupported { get; }

Property Value

bool

IsFrameGroupsSupported

protected override bool IsFrameGroupsSupported { get; }

Property Value

bool

IsNthValueSupported

protected override bool IsNthValueSupported { get; }

Property Value

bool

IsOrderedSetWindowedSupported

protected override bool IsOrderedSetWindowedSupported { get; }

Property Value

bool

IsPercentileContSupported

protected override bool IsPercentileContSupported { get; }

Property Value

bool

IsPercentileDiscSupported

protected override bool IsPercentileDiscSupported { get; }

Property Value

bool

IsVarianceBareSupported

protected override bool IsVarianceBareSupported { get; }

Property Value

bool

IsVarianceSupported

protected override bool IsVarianceSupported { get; }

Property Value

bool

StdDevFunctionName

protected override string StdDevFunctionName { get; }

Property Value

string

StdDevPopFunctionName

protected override string StdDevPopFunctionName { get; }

Property Value

string

StdDevSampFunctionName

protected override string StdDevSampFunctionName { get; }

Property Value

string

VarPopFunctionName

protected override string VarPopFunctionName { get; }

Property Value

string

VarSampFunctionName

protected override string VarSampFunctionName { get; }

Property Value

string

VarianceFunctionName

protected override string VarianceFunctionName { get; }

Property Value

string