Skip to main content
.NET 6.0+

XPObjectSource.Fill(IEnumerable<IParameter>) Method

Retrieves the data from the data source and populates the internal objects collection using the specified parameters.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of IParameter objects.

See Also