Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of keys for this entity type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual IEnumerable<PrimitivePropertyConfiguration> Keys { get; }
public:
property IEnumerable<PrimitivePropertyConfiguration^>^ Keys {
virtual IEnumerable<PrimitivePropertyConfiguration^>^ get();
}
abstract Keys : IEnumerable<PrimitivePropertyConfiguration> with get
override Keys : IEnumerable<PrimitivePropertyConfiguration> with get
Public Overridable ReadOnly Property Keys As IEnumerable(Of PrimitivePropertyConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<PrimitivePropertyConfiguration>
See Also
EntityTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top