- DataSource for Entity Framework Overview
- Key Features
- DataSource for Entity Framework Introduction
- Quick Start: C1DataSource for WinForms
- Design-Time Features
- Programming Guide
- ComponentOne LiveLinq
- API Reference
- C1.Data.Entity.4 Assembly
- C1.LiveLinq.4 Assembly
- Namespaces
- C1.LiveLinq Namespace
- Overview
- Classes
- CompiledQuery
- Overview
- Members
- Methods
- Compile Method
- Compile<T1,T2,T3,T4,TResult>(Expression<Func<T1,T2,T3,T4,IIndexedSource<TResult>>>) Method
- Compile<T1,T2,T3,TResult>(Expression<Func<T1,T2,T3,IIndexedSource<TResult>>>) Method
- Compile<T1,T2,TResult>(Expression<Func<T1,T2,IIndexedSource<TResult>>>) Method
- Compile<T,TResult>(Expression<Func<T,IIndexedSource<TResult>>>) Method
- DeletedStateIsAvailableAttribute
- Hints
- IndexedQueryExtensions
- Overview
- Members
- Methods
- AsIndexed<T> Method
- GroupBy Method
- GroupBy<TSource,TKey,TElement,TResult>(IIndexedSource<TSource>,Expression<Func<TSource,TKey>>,Expression<Func<TSource,TElement>>,Expression<Func<TKey,IEnumerable<TElement>,TResult>>) Method
- GroupBy<TSource,TKey,TElement>(IIndexedSource<TSource>,Expression<Func<TSource,TKey>>,Expression<Func<TSource,TElement>>) Method
- GroupBy<TSource,TKey,TResult>(IIndexedSource<TSource>,Expression<Func<TSource,TKey>>,Expression<Func<TKey,IEnumerable<TSource>,TResult>>) Method
- GroupBy<TSource,TKey>(IIndexedSource<TSource>,Expression<Func<TSource,TKey>>) Method
- GroupJoin<TOuter,TInner,TKey,TResult> Method
- Join Method
- Join<TOuter,TInner,TKey,TResult>(IIndexedSource<TOuter>,IEnumerable<TInner>,Expression<Func<TOuter,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<TOuter,TInner,TResult>>) Method
- Join<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>,IIndexedSource<TInner>,Expression<Func<TOuter,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<TOuter,TInner,TResult>>) Method
- Join<TOuter,TInner,TKey,TResult>(IIndexedSource<TOuter>,IIndexedSource<TInner>,Expression<Func<TOuter,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<TOuter,TInner,TResult>>) Method
- OrderBy<T,TKey> Method
- OrderByDescending<T,TKey> Method
- Select<TSource,TResult> Method
- SelectMany Method
- SelectMany<TSource,TCollection,TResult>(IIndexedSource<TSource>,Expression<Func<TSource,IEnumerable<TCollection>>>,Expression<Func<TSource,TCollection,TResult>>) Method
- SelectMany<TSource,TResult>(IIndexedSource<TSource>,Expression<Func<TSource,IEnumerable<TResult>>>) Method
- ToIndexed Method
- Where Method
- LiveViewExtensions
- Overview
- Members
- Methods
- AsLive Method
- AsNonUpdatable<T> Method
- AsUpdatable<T> Method
- LiveAggregate Method
- LiveAggregate<TSource>(View<TSource>,Expression<Func<TSource,TSource,TSource>>,Expression<Func<TSource,TSource,TSource>>,Expression<Func<TSource,TSource,Boolean>>) Method
- LiveAggregate<TSource,TAccumulate>(View<TSource>,TAccumulate,Expression<Func<TAccumulate,TSource,TAccumulate>>,Expression<Func<TAccumulate,TSource,TAccumulate>>,Expression<Func<TAccumulate,TSource,Boolean>>) Method
- LiveAggregate<TSource,TAccumulate,TResult>(View<TSource>,TAccumulate,Expression<Func<TAccumulate,TSource,TAccumulate>>,Expression<Func<TAccumulate,TSource,TAccumulate>>,Expression<Func<TAccumulate,TSource,Boolean>>,Expression<Func<TAccumulate,TResult>>) Method
- LiveAverage Method
- LiveAverage(View<Int32>) Method
- LiveAverage(View<Nullable<Int32>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Int32>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int32>>>) Method
- LiveAverage(View<Int64>) Method
- LiveAverage(View<Nullable<Int64>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Int64>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int64>>>) Method
- LiveAverage(View<Decimal>) Method
- LiveAverage(View<Nullable<Decimal>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Decimal>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Decimal>>>) Method
- LiveAverage(View<Double>) Method
- LiveAverage(View<Nullable<Double>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Double>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Double>>>) Method
- LiveAverage(View<Single>) Method
- LiveAverage(View<Nullable<Single>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Single>>) Method
- LiveAverage<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Single>>>) Method
- LiveCount Method
- LiveMax Method
- LiveMax(View<Double>) Method
- LiveMax(View<Nullable<Double>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Double>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Double>>>) Method
- LiveMax(View<Single>) Method
- LiveMax(View<Nullable<Single>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Single>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Single>>>) Method
- LiveMax<TSource,TResult>(View<TSource>,Expression<Func<TSource,TResult>>) Method
- LiveMax<TSource>(View<TSource>) Method
- LiveMax(View<Int32>) Method
- LiveMax(View<Nullable<Int32>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Int32>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int32>>>) Method
- LiveMax(View<Decimal>) Method
- LiveMax(View<Nullable<Decimal>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Decimal>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Decimal>>>) Method
- LiveMax(View<Int64>) Method
- LiveMax(View<Nullable<Int64>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Int64>>) Method
- LiveMax<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int64>>>) Method
- LiveMin Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Double>>>) Method
- LiveMin(View<Single>) Method
- LiveMin(View<Nullable<Single>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Single>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Single>>>) Method
- LiveMin<TSource,TResult>(View<TSource>,Expression<Func<TSource,TResult>>) Method
- LiveMin<TSource>(View<TSource>) Method
- LiveMin(View<Int32>) Method
- LiveMin(View<Nullable<Int32>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Int32>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int32>>>) Method
- LiveMin(View<Decimal>) Method
- LiveMin(View<Nullable<Decimal>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Decimal>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Decimal>>>) Method
- LiveMin(View<Int64>) Method
- LiveMin(View<Nullable<Int64>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Int64>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int64>>>) Method
- LiveMin(View<Double>) Method
- LiveMin(View<Nullable<Double>>) Method
- LiveMin<TSource>(View<TSource>,Expression<Func<TSource,Double>>) Method
- LiveSum Method
- LiveSum(View<Int32>) Method
- LiveSum(View<Nullable<Int32>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Int32>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int32>>>) Method
- LiveSum(View<Decimal>) Method
- LiveSum(View<Nullable<Decimal>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Decimal>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Decimal>>>) Method
- LiveSum(View<Int64>) Method
- LiveSum(View<Nullable<Int64>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Int64>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Int64>>>) Method
- LiveSum(View<Double>) Method
- LiveSum(View<Nullable<Double>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Double>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Double>>>) Method
- LiveSum(View<Single>) Method
- LiveSum(View<Nullable<Single>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Single>>) Method
- LiveSum<TSource>(View<TSource>,Expression<Func<TSource,Nullable<Single>>>) Method
- Ordering<T>
- QueryOptimizationException
- SourceChangeEventArgs<T>
- Enumerations
- Interfaces
- C1.LiveLinq.AdoNet Namespace
- C1.LiveLinq.Collections Namespace
- C1.LiveLinq.Indexing Namespace
- Overview
- Classes
- Index<T>
- Overview
- Members
- Methods
- ContainsKey Method
- Find Method
- FindBetween Method
- FindGreater Method
- FindKeys Method
- FindLess Method
- FindStartingWith Method
- GroupJoin Method
- GroupJoin<T2,TResult>(IIndexScanner<T2>,Func<T,IEnumerable<T2>,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<IEnumerable<T>,T2,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,IEnumerable<T2>,TResult>) Method
- Join Method
- Join<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,T2,TResult>,JoinOperator) Method
- Join<T2,TResult>(IIndexScanner<T2>,Func<T,T2,TResult>,JoinOperator) Method
- Properties
- Index<T,TKey>
- Overview
- Members
- Methods
- All Method
- ContainsKey Method
- Find Method
- FindBetween Method
- FindGreater Method
- FindKeys Method
- FindLess Method
- FindSingle Method
- GroupJoin Method
- GroupJoin<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<IEnumerable<T>,T2,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) Method
- Join Method
- Join<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,T2,TResult>,JoinOperator) Method
- Join<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,T2,TResult>,JoinOperator) Method
- Keys Method
- Properties
- IndexCollection<T>
- IndexDefinition<T>
- IndexingAlgorithm
- IndexingException
- ScannerCollection<T>
- Overview
- Members
- Methods
- Add Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean,IndexingAlgorithm,CultureInfo) Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean,CultureInfo) Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean) Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean) Method
- Add<TKey>(Expression<Func<T,TKey>>) Method
- Add(LambdaExpression,Boolean,Boolean,IndexingAlgorithm,CultureInfo) Method
- Clear Method
- Contains Method
- Find Method
- GetEnumerator Method
- Remove Method
- Properties
- Subindex<T>
- Subindex<T,TKey>
- SubindexCollection<T>
- Overview
- Members
- Methods
- Add Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean,IndexingAlgorithm,CultureInfo) Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean,CultureInfo) Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean,Boolean) Method
- Add<TKey>(Expression<Func<T,TKey>>,Boolean) Method
- Add<TKey>(Expression<Func<T,TKey>>) Method
- Add(LambdaExpression,Boolean,Boolean,IndexingAlgorithm,CultureInfo) Method
- Clear Method
- Contains Method
- Find Method
- GetEnumerator Method
- Remove Method
- Properties
- Interfaces
- C1.LiveLinq.Indexing.Search Namespace
- Overview
- Classes
- Enumerations
- Interfaces
- IIndexScanner<T>
- Overview
- Members
- Methods
- All Method
- ContainsKey Method
- Find Method
- FindBetween Method
- FindGreater Method
- FindKeys Method
- FindLess Method
- FindStartingWith Method
- GroupJoin Method
- GroupJoin<T2,TResult>(IIndexScanner<T2>,Func<T,IEnumerable<T2>,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<IEnumerable<T>,T2,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,IEnumerable<T2>,TResult>) Method
- Join Method
- Join<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,T2,TResult>,JoinOperator) Method
- Join<T2,TResult>(IIndexScanner<T2>,Func<T,T2,TResult>,JoinOperator) Method
- Properties
- IIndexScanner<T,TKey>
- Overview
- Members
- Methods
- All Method
- ContainsKey Method
- Find Method
- FindBetween Method
- FindGreater Method
- FindKeys Method
- FindLess Method
- GroupJoin Method
- GroupJoin<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<IEnumerable<T>,T2,TResult>) Method
- GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,IEnumerable<T2>,TResult>) Method
- Join Method
- Join<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,T2,TResult>,JoinOperator) Method
- Join<T2,TResult>(IIndexScanner<T2,TKey>,Func<T,T2,TResult>,JoinOperator) Method
- Keys Method
- C1.LiveLinq.Listeners Namespace
- C1.LiveLinq.LiveViews Namespace
- Overview
- Classes
- AggregationView<TSource,TResult>
- GroupView<TKey,TElement>
- OrderedView<T>
- PropertyIsNotVirtualException
- View
- View<T>
- Overview
- Members
- Methods
- AttachAggregationView Method
- AttachView Method
- Concat Method
- Contains Method
- GetEnumerator Method
- GroupBy Method
- GroupBy<TKey>(Expression<Func<T,TKey>>) Method
- GroupBy<TKey,TElement>(Expression<Func<T,TKey>>,Expression<Func<T,TElement>>) Method
- GroupBy<TKey,TElement,TResult>(Expression<Func<T,TKey>>,Expression<Func<T,TElement>>,Expression<Func<TKey,IEnumerable<TElement>,TResult>>) Method
- GroupJoin<TInner,TKey,TResult> Method
- IndexOf Method
- Join<TInner,TKey,TResult> Method
- OrderBy<TKey>(Expression<Func<T,TKey>>) Method
- OrderByDescending<TKey> Method
- Select<TResult> Method
- SelectMany Method
- ToString Method
- Union Method
- Where Method
- Properties
- Events
- ViewRow
- ViewRowAddingEventArgs
- ViewRowCollection
- ViewRowPropertyInfo
- Enumerations
- C1.LiveLinq.LiveViews.Xml Namespace
- C1.LiveLinq.Metadata Namespace
- C1.WPF.LiveLinq Namespace
- C1.Win.Data.Entity.4 Assembly