Property | Type | Description | |
---|---|---|---|
customer_id | global::System.Int32 | ||
inventory_id | global::System.Int32 | ||
last_update | global::System.DateTime | ||
rental_date | global::System.DateTime | ||
rental_id | global::System.Int32 | ||
return_date | Nullable |
||
staff_id | global::System.Byte |
Method | Description | |
---|---|---|
Createrental ( global rental_id, global rental_date, Nullable |
||
Createrental ( global rental_id, global rental_date, global inventory_id, global customer_id, global staff_id, global last_update ) : |
public Createrental ( global rental_id, global rental_date, Nullable |
||
rental_id | global | |
rental_date | global | |
return_date | Nullable |
|
inventory_id | global | |
customer_id | global | |
staff_id | global | |
last_update | global | |
return |
public Createrental ( global rental_id, global rental_date, global inventory_id, global customer_id, global staff_id, global last_update ) : |
||
rental_id | global | |
rental_date | global | |
inventory_id | global | |
customer_id | global | |
staff_id | global | |
last_update | global | |
return |
public global::System.Int32 inventory_id | ||
return | global::System.Int32 |
public global::System.DateTime last_update | ||
return | global::System.DateTime |
public global::System.DateTime rental_date | ||
return | global::System.DateTime |