IdeasIdeaComment
IdeasIdeaComment
Columns
| Name | Type | Description |
| IdeasIdeaId [KEY] | Long | IdeasIdeaId of IdeasIdeaComment |
| CreatedBy | String | CreatedBy of IdeasIdeaComment |
| CreationDate | Datetime | CreationDate of IdeasIdeaComment |
| IdeaComment | String | Text that describes the comment. |
| IdeaCommentId [KEY] | Long | Value that uniquely identifies the comment. |
| IdeaId | Long | Value that uniquely identifies the idea. |
| IdeaName | String | IdeaName of IdeasIdeaComment |
| LastUpdateDate | Datetime | LastUpdateDate of IdeasIdeaComment |
| LastUpdatedBy | String | LastUpdatedBy of IdeasIdeaComment |
| ObjectVersionNumber | Int | Number that identifies the version of the record in the database. |
| UserName | String | UserName of IdeasIdeaComment |
| PersonId | Long | PersonId of IdeasIdeaComment |
| DisplayName | String | DisplayName of IdeasIdeaComment |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Finder | String | finder |