KeySegment.Keys Property
Gets the set of key property names and the values to be used in searching for the given item.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As IEnumerable(Of KeyValuePair(Of String, Object))
Get
'Usage
Dim instance As KeySegment
Dim value As IEnumerable(Of KeyValuePair(Of String, Object))
value = instance.Keys
public IEnumerable<KeyValuePair<string, Object>> Keys { get; }
public:
property IEnumerable<KeyValuePair<String^, Object^>>^ Keys {
IEnumerable<KeyValuePair<String^, Object^>>^ get ();
}
member Keys : IEnumerable<KeyValuePair<string, Object>>
function get Keys () : IEnumerable<KeyValuePair<String, Object>>
Property Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>