ResourceSetPathExpression Constructor
Creates a new instance of the ResourceSetPathExpression class.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
pathExpression As String _
)
'Usage
Dim pathExpression As String
Dim instance As New ResourceSetPathExpression(pathExpression)
public ResourceSetPathExpression(
string pathExpression
)
public:
ResourceSetPathExpression(
String^ pathExpression
)
new :
pathExpression:string -> ResourceSetPathExpression
public function ResourceSetPathExpression(
pathExpression : String
)
Parameters
- pathExpression
Type: System.String
Path expression to calculate the target resource set of a function or procedure.