A picture. More...
Properties | |
long | PictureId [get, set] |
Primary key. | |
byte[] | Image [get, set] |
The image in Portable Network Graphics format. |
A picture.
Pictures are stored in a separate table so that they can be lazily loaded using the Repository
Definition at line 12 of file Picture.cs.
byte [] Foodolini.Database.Picture.Image [get, set] |
The image in Portable Network Graphics format.
Definition at line 22 of file Picture.cs.
long Foodolini.Database.Picture.PictureId [get, set] |
Primary key.
Definition at line 17 of file Picture.cs.