<Code Lib>
2025 Method
Changes 0
M

Entity.RecognizedField

Description:
Checks whether a Field belongs to the same Schema as this Entity.

public bool RecognizedField(
	Field field
)

  • field
    The Field to check.
Return Value Boolean True if the Field belongs to the same Schema as this Entity.

Loading…