<Code Lib>
2024 Method
Changes 0
M

Entity.RecognizedField

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

public bool RecognizedField(
	Field field
)

Return Value bool True if the Field belongs to the same Schema as this Entity.

Loading…