ResourceSetPathExpression Class

This class represents the path expression to calculate the target resource set of a Function or Procedure.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ResourceSetPathExpression

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Class ResourceSetPathExpression
'Usage
Dim instance As ResourceSetPathExpression
public class ResourceSetPathExpression
public ref class ResourceSetPathExpression
type ResourceSetPathExpression =  class end
public class ResourceSetPathExpression

The ResourceSetPathExpression type exposes the following members.

Constructors

  Name Description
Public method ResourceSetPathExpression Creates a new instance of the ResourceSetPathExpression class.

Top

Properties

  Name Description
Public property PathExpression Path expression to calculate the target resource set of a function or procedure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace