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.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceParameters | IEnumerable<IParameter> | A collection of IParameter objects. |
See Also