Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SqlListDelimiter

SQL 内でリストに使用する区切り文字を指定します。永続クラス内のリスト・プロパティに適用されます。従来のアプリケーションでのみ使用されます。

使用法

このリスト・プロパティに対して SQL 内で使用する区切り文字を指定するには、以下の構文を使用します。

Property Name As List Of Classname [ SqlListDelimiter = """delimiter""", SqlListType = DELIMITED ]; 

delimiter は区切り文字です。

詳細

このキーワードは、このプロパティがリストであり、SqlListTypeDELIMITED または SUBNODE の場合に、このプロパティ用に SQL 内で使用する区切り文字を指定します。このキーワードは、従来のアプリケーションをサポートするために提供されています。

既定値

SqlListDelimiter キーワードの既定値は、空の文字列です。

Property Things As list Of %String [ SqlListDelimiter = """,""", SqlListType = DELIMITED ]; 

関連項目

FeedbackOpens in a new tab