Click or drag to resize

Bike Class

Data Bike handling
Inheritance Hierarchy
SystemObject
  Velo.DataBike

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static class Bike

The Bike type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add a bike data record to database
Public methodStatic memberDelete
Delete a bike data item by ID
Public methodStatic memberGetAll
Gives a list of bikes
Public methodStatic memberGetByBrand
Gives a list of bikes data by brand (search)
Public methodStatic memberGetByID
Gives a bike data item by ID
Public methodStatic memberGetByNumber
Gives a list of bikes data by number (search)
Public methodStatic memberGetByType
Gives a list of bikes data by type (search)
Public methodStatic memberGetRelationship
Gives all data relationship by ID
Public methodStatic memberUpdate
Update bike data
Top
See Also