DonationEReceipt
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ID | int | |||
| LinkKey | nvarchar(256) | |||
| image | ||||
| DateCreated | datetime | Default = getutcdate() | ||
| Stack | nvarchar(256) | yes | Default = '' | |
| Sequence | int | yes | ||
| EReceiptNumber | nvarchar(356) (Computed) | yes | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| DonationTransactionsID | int | DonationTransactions.DonationTransactionsID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_DonationEReceipt_LinkKey | LinkKey | yes |