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