Click or drag to resize

AggregateRelatedExtensionMethodsOver Method

Overload List
  NameDescription
Public methodStatic memberOver(FunctionMappingExpression)
Appends a WindowSpecification to the specified function mapping with no arguments
Public methodStatic memberOver(IEntityFieldCore)
Places a new WindowSpecification in the specified field's OverClauseToApply property with no arguments
Public methodStatic memberOver(FunctionMappingExpression, ISortClause)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, ISortExpression)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, WindowPartition)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, WindowSpecification)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, ISortClause)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, ISortExpression)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, WindowPartition)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, WindowSpecification)
Places the specified WindowSpecification in the specified field's OverClauseToApply property
Public methodStatic memberOver(FunctionMappingExpression, ISortClause, WindowBounds)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, ISortExpression, WindowBounds)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, WindowPartition, ISortClause)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, WindowPartition, ISortExpression)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, ISortClause, WindowBounds)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, ISortExpression, WindowBounds)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, WindowPartition, ISortClause)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, WindowPartition, ISortExpression)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, WindowPartition, ISortClause, WindowBounds)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(FunctionMappingExpression, WindowPartition, ISortExpression, WindowBounds)
Appends a WindowSpecification to the specified function mapping with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, WindowPartition, ISortClause, WindowBounds)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Public methodStatic memberOver(IEntityFieldCore, WindowPartition, ISortExpression, WindowBounds)
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
Top
See Also