Click or drag to resize

Relationship Class

Relationships of one data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsRelationship

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

The Relationship type exposes the following members.

Constructors
  NameDescription
Public methodRelationship
Initializes a new instance of the Relationship class
Top
Properties
  NameDescription
Public propertyBikeHistories
Bike history has relationship to address and to bike
Public propertyReports
Report has relationship to address and to bike
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also