IDataComponent.Fill(IEnumerable<IParameter>) Method
Retrieves the data from a data source.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceParameters | IEnumerable<IParameter> | A collection of IParameter values. |
See Also