Entity.RecognizedField
Method
Description:
Checks whether a Field belongs to the same Schema as this Entity.
Checks whether a Field belongs to the same Schema as this Entity.
Parameters
Parameter | Type | Description |
---|---|---|
field | Field | The Field to check. |
Return Value
Type | Description |
---|---|
Boolean | True if the Field belongs to the same Schema as this Entity. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |