EdmVocabularyAnnotationSerializationLocation Enumeration
Represents whether a vocabulary annotation should be serialized within the element it applies to or in a separate section of the CSDL.
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Enumeration EdmVocabularyAnnotationSerializationLocation
'Usage
Dim instance As EdmVocabularyAnnotationSerializationLocation
public enum EdmVocabularyAnnotationSerializationLocation
public enum class EdmVocabularyAnnotationSerializationLocation
type EdmVocabularyAnnotationSerializationLocation
public enum EdmVocabularyAnnotationSerializationLocation
Members
Member name | Description | |
---|---|---|
Inline | The annotation should be serialized within the element being annotated. | |
OutOfLine | The annotation should be serialized in a separate section. |