Table of Contents

Class CollectionExtensions

Namespace
NMF.Collections
Assembly
NMF.Collections.dll

Contains extension methods for collection expressions

public static class CollectionExtensions
Inheritance
CollectionExtensions
Inherited Members

Methods

IgnoreUpdates<T>(IEnumerableExpression<T>)

Discards any update attempts for the given collection

public static ICollectionExpression<T> IgnoreUpdates<T>(this IEnumerableExpression<T> source)

Parameters

source IEnumerableExpression<T>

The inner collection expression

Returns

ICollectionExpression<T>

A collecvtion expression that discards any updates

Type Parameters

T

The type of elements