Click or drag to resize
LLBLGenProODataServiceExpandProvider Class

Note: This API is now obsolete.

Class which produces the prefetch paths for a query if the OData query contains Expand directives.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ODataSupportClassesLLBLGenProODataServiceExpandProvider

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[ObsoleteAttribute("Starting with v4, this class is obsolete and isn't used in the service. Using it will cause v5.x WCF data services to return only the first level. ", 
	false)]
public class LLBLGenProODataServiceExpandProvider : IExpandProvider

The LLBLGenProODataServiceExpandProvider type exposes the following members.

Constructors
  NameDescription
Public methodLLBLGenProODataServiceExpandProvider
Initializes a new instance of the LLBLGenProODataServiceExpandProvider class
Top
Methods
  NameDescription
Public methodAddSegment
Adds the segment as pathedgenode
Public methodStatic memberAppendWithPathCallT
Appends the WithPath call to the queryable specified
Public methodApplyExpansions
Applies expansions to the specified query parameter.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Code based on original templates made by Brian Chance
See Also