C# Class Acme.Northwind.EFDAL.Entity.OrderPrimaryKey

Inheritance: nHydrate.EFCore.DataAccess.IPrimaryKey
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
_orderID int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Returns a value indicating whether the current object is equal to a specified object.

GetHashCode ( ) : int

Serves as a hash function for this particular type.

OrderPrimaryKey ( int orderID ) : System

The constructor for this object which takes the fields that comprise the primary key for the 'Order' table.

Method Details

Equals() public méthode

Returns a value indicating whether the current object is equal to a specified object.
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

Serves as a hash function for this particular type.
public GetHashCode ( ) : int
Résultat int

OrderPrimaryKey() public méthode

The constructor for this object which takes the fields that comprise the primary key for the 'Order' table.
public OrderPrimaryKey ( int orderID ) : System
orderID int
Résultat System

Property Details

_orderID protected_oe property

A primary key field of the Order entity
protected int _orderID
Résultat int