  | AdapterBaseCreateParameterNode Method  | 
  
    Namespace: 
   Dynamicweb.DataIntegration.Integration.Adapters
    Assembly:
   Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntaxprotected XElement CreateParameterNode(
	Type type,
	string name,
	string value
)
Protected 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: 
XElement
See Also