Returns the name of the entity.
Syntax 1
|
Returns the name of the entity. |
|
GetEntityName() |
Syntax 2
|
Returns the name of the entity. |
|
GetEntityName(element) |
|
Arguments: |
|
|
element |
Any - element whose entity name is to be determined. Can only be entity type fields or entity collection members. |
Remarks
- For entity type elements(Fields/Collections) returns the name of the referenced Entity.
- Example: GetEntityName(Field1) returns "Entity1".
Comments
0 comments
Please sign in to leave a comment.