JDBC Driver for OData

Build 23.0.8839

ExpandAsterisk

Indicates whether the asterisk should be expanded in the $select query parameter.

データ型

bool

デフォルト値

false

解説

When ExpandAsterisk is set to true all columns will be listed in the $select query parameter.

For example:

SELECT * FROM Items

All columns will be listed in projection.

SELECT col1,col2, ... , coln FROM Items

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