Interface EdmMappable
- All Known Subinterfaces:
EdmBindingTarget
,EdmEntitySet
,EdmParameter
,EdmProperty
,EdmSingleton
public interface EdmMappable
EdmMappable can be applied to CSDL elements to associate additional information.
-
Method Summary
Modifier and TypeMethodDescriptionGet mapping information applied to an EDM element.
-
Method Details
-
getMapping
EdmMapping getMapping()Get mapping information applied to an EDM element. May return null if no mapping is defined.- Returns:
EdmMapping
or null if no mapping is defined
-