This topic has not yet been rated - Rate this topic

DomainDataSource.Data Property

WCF RIA Services

[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 the entities resulting from the last load operation, as an IEnumerable.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
public IEnumerable Data { get; private set; }

Property Value

Type: System.Collections.IEnumerable
The data resulting from a data loading operation.

Primarily used when binding other controls to the results of the load; for programmatic access to the loaded entities, see the DataView property. You can change the number of items exposed with the Data property by setting the PageSize.

Did you find this helpful?
(1500 characters remaining)