BeforeFillEventArgs Properties
Supplies data for the ObjectDataSource.BeforeFill and ObjectDataSource.BeforeFillGlobal events.| Name | Description |
|---|---|
| ConstructorInfo | Returns an object providing access to constructor parameters of an ObjectDataSource. |
| DataMember | Returns the data member specified for an ObjectDataSource. |
| DataSource | Returns the data source assigned to an ObjectDataSource. |
| IsValid | Specifies whether or not the object data source is valid. |
| Parameters | Returns a collection of method and constructor parameters of an ObjectDataSource. |
See Also