Skip to main content
A newer version of this page is available. .

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.Xpo.v18.2.dll

Declaration

public override void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of IParameter objects.

See Also