Returns a value that indicates whether the resulting view is empty.

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

Syntax

C#
public bool IsEmpty { get; }
Visual Basic
Public ReadOnly Property IsEmpty As Boolean
	Get

Return Value

true if the resulting view is empty; otherwise, false.

Implements

ICollectionView..::..IsEmpty

See Also