Annotation Interface EdmEntityType
Annotation for a EDM/CSDL EntityType element.
EdmEntityType holds a set of related information like EdmPrimitiveType, EdmComplexType and EdmNavigation properties.
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameDefine the name for the EDM EntityType. If not set a default value has to be generated by the EDM provider.- Returns:
- name for the EDM EntityType
- Default:
""
-
namespace
String namespaceDefine the namespace for the EDM EntityType. If not set a default value has to be generated by the EDM provider.- Returns:
- namespace for the EDM EntityType
- Default:
""
-