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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Finder | String | finder |