IncludeNavigationProperties
A boolean indicating if navigation properties should be included in the column listing.
データ型
bool
デフォルト値
false
解説
Navigation properties will not populate with information when retrieving data. Instead, navigation properties may be used to bind to an existing resource during inserts or updates. For example:
INSERT INTO accounts (_primarycontactid_value) VALUES ('123456')To specify multiple values, use a comma-separated list. For instance:
INSERT INTO accounts (lead_customer_accounts) VALUES ('123,456')