KeySegmentTemplate.KeyProperties Property
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.
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)