ADO.NET Provider for Oracle Service Cloud

Build 23.0.8839

StandardContentsContentValues

The standard content value with a data type and a formatted data value.

Table-Specific Information

SELECT

The 本製品 will use the Oracle Service Cloud API to process WHERE clause conditions built with =,!=,<,>,<=,>=,IN,NOT_IN,IS,IS_NOT,LIKE operators. The rest of the filters are executed client side within the 本製品.

SELECT * FROM StandardContentsContentValues WHERE contenttypeId = 12
SELECT * FROM StandardContentsContentValues WHERE contenttypeId > 15
SELECT * FROM StandardContentsContentValues WHERE contenttypelookUpName LIKE '%test'
SELECT * FROM StandardContentsContentValues WHERE contenttypeId IN (12, 23, 123)
SELECT * FROM StandardContentsContentValues WHERE contenttypelookUpName IS NOT NULL

Columns

Name Type Description
StandardContentsId Long Id of StandardContents.
ContentTypeId Long Id of contentType. The content type of the data.
ContentTypelookUpName String LookUpName of contentType. The content type of the data.
Value String The formatted data for the associated content type.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839