Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

SqlListDelimiter

Specifies the delimiter character used within SQL for lists. Applies to list properties in persistent classes. For use only by legacy applications.

Usage

To specify the delimiter character used within SQL for this list property, use the following sytnax:

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

Where delimiter is a delimiter character.

Details

This keyword specifies the delimiter character used within SQL for this property if it is a list and if SqlListType is DELIMITED or SUBNODE. This keyword is provided to support legacy applications.

Default

The default value for the SqlListDelimiter keyword is an empty string.

Example

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

See Also

FeedbackOpens in a new tab