DomainDataSourceView.IsEmpty Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

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

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean
    Get
'Usage
Dim instance As DomainDataSourceView
Dim value As Boolean

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
    bool get () sealed;
}
abstract IsEmpty : bool
override IsEmpty : bool
final function get IsEmpty () : boolean

Property Value

Type: System.Boolean
true if the view is empty; otherwise, false.

Implements

ICollectionView.IsEmpty

See Also

Reference

DomainDataSourceView Class

System.Windows.Controls Namespace

IsEmpty