SchemaAssociationIndex Property

The index of the current navigation property in an OData schema entity.

Syntax

ANSI (Cross Platform)
int GetSchemaAssociationIndex();
int SetSchemaAssociationIndex(int iSchemaAssociationIndex); Unicode (Windows) INT GetSchemaAssociationIndex();
INT SetSchemaAssociationIndex(INT iSchemaAssociationIndex);
@property (nonatomic,readwrite,assign,getter=schemaAssociationIndex,setter=setSchemaAssociationIndex:) int schemaAssociationIndex;
- (int)schemaAssociationIndex;
- (void)setSchemaAssociationIndex:(int)newSchemaAssociationIndex;
#define PID_ODATA_SCHEMAASSOCIATIONINDEX 109

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_OData_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property is used to specify a navigation property within an entity (specified by SchemaEntityIndex). Once set, SchemaAssociation will be populated.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]