BikeControllerSetData Method |  |
Set data item
Bike with form data
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate Bike SetData(
Bike pBike,
FormCollection pCollection
)
Private Function SetData (
pBike As Bike,
pCollection As FormCollection
) As Bike
Parameters
- pBike
- Type: Velo.Data.ModelsBike
Data item to fill - pCollection
- Type: FormCollection
Form data collection
Return Value
Type:
BikeData item filled of form collection value.
See Also