schema_association_ref_constraint_index Property

The current index of the referential constraint.

Syntax

def get_schema_association_ref_constraint_index() -> int: ...
def set_schema_association_ref_constraint_index(value: int) -> None: ...

schema_association_ref_constraint_index = property(get_schema_association_ref_constraint_index, set_schema_association_ref_constraint_index)

Default Value

0

Remarks

The current index of the referential constraint. See schema_association_ref_constraint_count for details.

This property is only applicable to OData Version 4.

The parameter specifies the index of the item in the array. The size of the array is controlled by the schema_association_count property.

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