ReportGetByBikeNumber Method |  |
Gives a list of report data by bike number (search wild card)
Namespace:
Velo.Data
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static List<Report> GetByBikeNumber(
string pBikeNumber,
Nullable<Statuses> pStatus = null,
string pConnectionString = ""
)
Public Shared Function GetByBikeNumber (
pBikeNumber As String,
Optional pStatus As Nullable(Of Statuses) = Nothing,
Optional pConnectionString As String = ""
) As List(Of Report)
Parameters
- pBikeNumber
- Type: SystemString
Bike number to search with wild card - pStatus (Optional)
- Type: SystemNullableStatuses
Report status filter. If null then all reports. - pConnectionString (Optional)
- Type: SystemString
Database connection data.
Default value see GetConnection(String)
Return Value
Type:
ListReportA report data item
See Also