IdeasIdeaVote
IdeasIdeaVote
Columns
| Name | Type | Description |
| IdeasIdeaId [KEY] | Long | IdeasIdeaId of IdeasIdeaVote |
| CreatedBy | String | CreatedBy of IdeasIdeaVote |
| CreationDate | Datetime | CreationDate of IdeasIdeaVote |
| IdeaId | Long | Value that uniquely identifies the idea. |
| IdeaName | String | IdeaName of IdeasIdeaVote |
| IdeaVoteId [KEY] | Long | Value that uniquely identifies the vote. |
| LastUpdateDate | Datetime | LastUpdateDate of IdeasIdeaVote |
| LastUpdatedBy | String | LastUpdatedBy of IdeasIdeaVote |
| ObjectVersionNumber | Int | Number that identifies the version of the vote in the database. |
| UserName | String | Login that the user used when adding the vote. |
| Vote | String | Value that indicates whether the user liked the idea or not. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Finder | String | finder |