BikeHistory Constructor (Int32, Int32) |  |
Initializes a new instance of the BikeHistory class.
Constructor with parameter
Namespace:
Velo.Data.Models
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic BikeHistory(
int pAddressID,
int pBikeID
)
Public Sub New (
pAddressID As Integer,
pBikeID As Integer
)
Parameters
- pAddressID
- Type: SystemInt32
Address ID - pBikeID
- Type: SystemInt32
Bike ID
Remarks
See Also