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

BeforeFillEventArgs.Parameters Property

Returns a collection of method and constructor parameters of an ObjectDataSource.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public IEnumerable<Parameter> Parameters { get; }

Property Value

Type Description
IEnumerable<Parameter>

A collection of Parameter objects.

See Also