CsdlTarget Enum
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.
Specifies what target of a CSDL doc.
public enum CsdlTarget
type CsdlTarget =
Public Enum CsdlTarget
- Inheritance
-
CsdlTarget
Fields
Name | Value | Description |
---|---|---|
EntityFramework | 0 | The target is Entity Framework. |
OData | 1 | The target is OData. |