IEdmTypeConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an EdmType
public interface IEdmTypeConfiguration
type IEdmTypeConfiguration = interface
Public Interface IEdmTypeConfiguration
- Derived
Properties
ClrType |
The CLR type associated with the EdmType. |
FullName |
The fullname (including namespace) of the EdmType. |
Kind |
The kind of the EdmType. Examples include EntityType, ComplexType, PrimitiveType, CollectionType, EnumType. |
ModelBuilder |
The ODataModelBuilder used to create this IEdmType. |
Name |
The name of the EdmType. |
Namespace |
The namespace of the EdmType. |