BeforeFillEventArgs.Parameters Property
Returns a collection of method and constructor parameters of an ObjectDataSource.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<Parameter> | A collection of Parameter objects. |
See Also