  | CommandBuilderCreate Method  | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static CommandBuilder Create(
	string expression,
	params Object[] values
)
Public Shared Function Create ( 
	expression As String,
	ParamArray values As Object()
) As CommandBuilder
Parameters
- expression
 - Type: SystemString
 - values
 - Type: SystemObject
 
Return Value
Type: 
CommandBuilder
See Also