ISelectExpandWrapper Interface
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.
Represents the result of a $select and $expand query operation.
public interface ISelectExpandWrapper
type ISelectExpandWrapper = interface
Public Interface ISelectExpandWrapper
Methods
ToDictionary() |
Projects the result of a $select and $expand query to a IDictionary<TKey,TValue>. |
ToDictionary(Func<IEdmModel,IEdmStructuredType,IPropertyMapper>) |
Projects the result of a $select and/or $expand query to an IDictionary<TKey,TValue> using
the given |