Jaa


KeySegmentTemplate.KeyProperties Property

Definition

Gets the keys. The key of dictionary is the key name or alias. The value of dictionary is the key property, it could be property on entity type or sub property on complex property.

public System.Collections.Generic.IDictionary<string,Microsoft.OData.Edm.IEdmProperty> KeyProperties { get; }
member this.KeyProperties : System.Collections.Generic.IDictionary<string, Microsoft.OData.Edm.IEdmProperty>
Public ReadOnly Property KeyProperties As IDictionary(Of String, IEdmProperty)

Property Value

Applies to