| BaseProviderCreateParameterNode Method |
Namespace:
Dynamicweb.DataIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax protected static XElement CreateParameterNode(
Type type,
string name,
string value
)
Protected Shared Function CreateParameterNode (
type As Type,
name As String,
value As String
) As XElement
Parameters
- type
- Type: SystemType
- name
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
XElementSee Also