Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
IEnumerable ICollectionView.SourceCollection { get; }
Visual Basic
Private ReadOnly Property SourceCollection As IEnumerable
	Implements ICollectionView.SourceCollection
	Get

Implements

ICollectionView..::..SourceCollection

See Also