Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines EDM property types.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Enumeration EdmPropertyKind
'Usage
Dim instance As EdmPropertyKind
public enum EdmPropertyKind
public enum class EdmPropertyKind
type EdmPropertyKind
public enum EdmPropertyKind
Members
| Member name | Description | |
|---|---|---|
| Navigation | Represents a property implementing IEdmNavigationProperty. | |
| None | Represents a property with an unknown or error kind. | |
| Structural | Represents a property implementing IEdmStructuralProperty. |