|
Name |
Description |
|
AsLive<(Of <<'(T>)>>)(BindingList<(Of <<'(T>)>>))
|
|
|
AsLive<(Of <<'(T>)>>)(IBindingList)
|
Creates a view based on the specified IBindingList data source.
|
|
AsLive<(Of <<'(T>)>>)(IObservableSource<(Of <<'(T>)>>))
|
|
|
AsLive<(Of <<'(T>)>>)(BindingList<(Of <<'(T>)>>), ViewOrder)
|
|
|
AsLive<(Of <<'(T>)>>)(IBindingList, ViewOrder)
|
Creates a view based on the specified IBindingList data source.
|
|
AsLive<(Of <<'(T>)>>)(IObservableSource<(Of <<'(T>)>>), ViewOrder)
|
|
|
AsNonUpdatable<(Of <<'(T>)>>)
|
Specifies a view as read-only.
|
|
AsUpdatable<(Of <<'(T>)>>)
|
Specifies a view as updatable.
|
|
LiveAggregate<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TSource, TSource>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TSource, TSource>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TSource, Boolean>)>>)>)>>))
|
Applies an accumulator function over a view.
|
|
LiveAggregate<(Of <<'(TSource, TAccumulate>)>>)(View<(Of <<'(TSource>)>>), TAccumulate, Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, Boolean>)>>)>)>>))
|
Applies an accumulator function over a view. The specified seed value is used as the initial accumulator value.
|
|
LiveAggregate<(Of <<'(TSource, TAccumulate, TResult>)>>)(View<(Of <<'(TSource>)>>), TAccumulate, Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, Boolean>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TResult>)>>)>)>>))
|
Applies an accumulator function over a view. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.
|
|
LiveAverage(View<(Of <<'(Decimal>)>>))
|
Computes the average of a view of Decimal values.
|
|
LiveAverage(View<(Of <<'(Double>)>>))
|
Computes the average of a view of Double values.
|
|
LiveAverage(View<(Of <<'(Int32>)>>))
|
Computes the average of a view of Int32 values.
|
|
LiveAverage(View<(Of <<'(Int64>)>>))
|
Computes the average of a view of Int64 values.
|
|
LiveAverage(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>))
|
Computes the average of a view of nullable Decimal values.
|
|
LiveAverage(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>))
|
Computes the average of a view of nullable Double values.
|
|
LiveAverage(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>))
|
Computes the average of a view of nullable Int32 values.
|
|
LiveAverage(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>))
|
Computes the average of a view of nullable Int64 values.
|
|
LiveAverage(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>))
|
Computes the average of a view of nullable Single values.
|
|
LiveAverage(View<(Of <<'(Single>)>>))
|
Computes the average of a view of Single values.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Decimal>)>>)>)>>))
|
Computes the average of a view of Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Double>)>>)>)>>))
|
Computes the average of a view of Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int32>)>>)>)>>))
|
Computes the average of a view of Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int64>)>>)>)>>))
|
Computes the average of a view of Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>))
|
Computes the average of a view of nullable Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Double>)>>)>)>>)>)>>))
|
Computes the average of a view of nullable Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>))
|
Computes the average of a view of nullable Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>))
|
Computes the average of a view of nullable Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Single>)>>)>)>>)>)>>))
|
Computes the average of a view of nullable Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveAverage<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Single>)>>)>)>>))
|
Computes the average of a view of Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveCount<(Of <<'(T>)>>)(View<(Of <<'(T>)>>))
|
A view representing the number of elements in a view.
|
|
LiveCount<(Of <<'(T>)>>)(View<(Of <<'(T>)>>), Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>))
|
A view representing the number of elements of the specified view satisfying a condition.
|
|
LiveMax(View<(Of <<'(Decimal>)>>))
|
Computes the maximum value of a view of Decimal values.
|
|
LiveMax(View<(Of <<'(Double>)>>))
|
Computes the maximum value of a view of Double values.
|
|
LiveMax(View<(Of <<'(Int32>)>>))
|
Computes the maximum value of a view of Int32 values.
|
|
LiveMax(View<(Of <<'(Int64>)>>))
|
Computes the maximum value of a view of Int64 values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>))
|
Computes the maximum value of a view of nullable Decimal values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>))
|
Computes the maximum value of a view of nullable Double values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>))
|
Computes the maximum value of a view of nullable Int32 values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>))
|
Computes the maximum value of a view of nullable Int64 values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>))
|
Computes the maximum value of a view of nullable Single values.
|
|
LiveMax(View<(Of <<'(Single>)>>))
|
Computes the maximum value of a view of Single values.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>))
|
Computes the maximum value of a view of elements of a generic type.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Decimal>)>>)>)>>))
|
Computes the maximum value of a view of Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Double>)>>)>)>>))
|
Computes the maximum value of a view of Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int32>)>>)>)>>))
|
Computes the maximum value of a view of Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int64>)>>)>)>>))
|
Computes the maximum value of a view of Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>))
|
Computes the maximum value of a view of nullable Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Double>)>>)>)>>)>)>>))
|
Computes the maximum value of a view of nullable Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>))
|
Computes the maximum value of a view of nullable Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>))
|
Computes the maximum value of a view of nullable Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Single>)>>)>)>>)>)>>))
|
Computes the maximum value of a view of nullable Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Single>)>>)>)>>))
|
Computes the maximum value of a view of Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource, TResult>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TResult>)>>)>)>>))
|
Invokes a transform function on each element of a view of elements of a generic type and computes the maximum resulting value.
|
|
LiveMin(View<(Of <<'(Decimal>)>>))
|
Computes the minimum value of a view of Decimal values.
|
|
LiveMin(View<(Of <<'(Double>)>>))
|
Computes the minimum value of a view of Double values.
|
|
LiveMin(View<(Of <<'(Int32>)>>))
|
Computes the minimum value of a view of Int32 values.
|
|
LiveMin(View<(Of <<'(Int64>)>>))
|
Computes the minimum value of a view of Int64 values.
|
|
LiveMin(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>))
|
Computes the minimum value of a view of nullable Decimal values.
|
|
LiveMin(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>))
|
Computes the minimum value of a view of nullable Double values.
|
|
LiveMin(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>))
|
Computes the minimum value of a view of nullable Int32 values.
|
|
LiveMin(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>))
|
Computes the minimum value of a view of nullable Int64 values.
|
|
LiveMin(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>))
|
Computes the minimum value of a view of nullable Single values.
|
|
LiveMin(View<(Of <<'(Single>)>>))
|
Computes the minimum value of a view of Single values.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>))
|
Computes the minimum value of a view of elements of a generic type.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Decimal>)>>)>)>>))
|
Computes the minimum value of a view of Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Double>)>>)>)>>))
|
Computes the minimum value of a view of Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int32>)>>)>)>>))
|
Computes the minimum value of a view of Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int64>)>>)>)>>))
|
Computes the minimum value of a view of Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>))
|
Computes the minimum value of a view of nullable Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Double>)>>)>)>>)>)>>))
|
Computes the minimum value of a view of nullable Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>))
|
Computes the minimum value of a view of nullable Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>))
|
Computes the minimum value of a view of nullable Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Single>)>>)>)>>)>)>>))
|
Computes the minimum value of a view of nullable Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Single>)>>)>)>>))
|
Computes the minimum value of a view of Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMin<(Of <<'(TSource, TResult>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TResult>)>>)>)>>))
|
Invokes a transform function on each element of a view of elements of a generic type and computes the minimum resulting value.
|
|
LiveSum(View<(Of <<'(Decimal>)>>))
|
Computes the sum of a view of Decimal values.
|
|
LiveSum(View<(Of <<'(Double>)>>))
|
Computes the sum of a view of Double values.
|
|
LiveSum(View<(Of <<'(Int32>)>>))
|
Computes the sum of a view of Int32 values.
|
|
LiveSum(View<(Of <<'(Int64>)>>))
|
Computes the sum of a view of Int64 values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>))
|
Computes the sum of a view of nullable Decimal values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>))
|
Computes the sum of a view of nullable Double values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>))
|
Computes the sum of a view of nullable Int32 values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>))
|
Computes the sum of a view of nullable Int64 values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>))
|
Computes the sum of a view of nullable Single values.
|
|
LiveSum(View<(Of <<'(Single>)>>))
|
Computes the sum of a view of Single values.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Decimal>)>>)>)>>))
|
Computes the sum of a view of Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Double>)>>)>)>>))
|
Computes the sum of a view of Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int32>)>>)>)>>))
|
Computes the sum of a view of Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int64>)>>)>)>>))
|
Computes the sum of a view of Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>))
|
Computes the sum of a view of nullable Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Double>)>>)>)>>)>)>>))
|
Computes the sum of a view of nullable Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>))
|
Computes the sum of a view of nullable Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>))
|
Computes the sum of a view of nullable Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Single>)>>)>)>>)>)>>))
|
Computes the sum of a view of nullable Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Single>)>>)>)>>))
|
Computes the sum of a view of Single values that are obtained
by invoking a transform function on each element of the source view.
|