ServiceOperationParameter Constructor
Creates a new instance of ServiceOperationParameter.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
parameterType As ResourceType _
)
'Usage
Dim name As String
Dim parameterType As ResourceType
Dim instance As New ServiceOperationParameter(name, parameterType)
public ServiceOperationParameter(
string name,
ResourceType parameterType
)
public:
ServiceOperationParameter(
String^ name,
ResourceType^ parameterType
)
new :
name:string *
parameterType:ResourceType -> ServiceOperationParameter
public function ServiceOperationParameter(
name : String,
parameterType : ResourceType
)
Parameters
- name
Type: System.String
Name of parameter.
- parameterType
Type: System.Data.Services.Providers.ResourceType
Data type of parameter.