Property ExactMatch
ExactMatch
Gets or sets a value that determines whether the provided row
value must be an exact match for the table schema.
Declaration
public bool ExactMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true to require the row to exactly match the table schema,
otherwise false. The default is false, meaning that
exact match is not required.
|
Remarks
If set to
true and the MapValue provided for
the row does not match the table schema, the operation will fail.
Exact match means that there are no required fields missing and
that there are no extra, unknown fields.