Class CommandBuilder.ParameterInfo
- Namespace
- Dynamicweb.Data
- Assembly
- Dynamicweb.Core.dll
Represents the parameter information used to create IDb
- Inheritance
-
Command
Builder. Parameter Info
- Inherited Members
Constructors
ParameterInfo()
Initializes a new instance of the Command
Properties
DbType
Property Value
IsArrayItem
Property Value
Value
Property Value
Methods
Create(object?, DbType, bool)
A Command
Parameters
value
objectThe value.
dbType
DbType The database data type.
isArrayItem
boolif set to
true
the value is an array item.
Returns
- Command
Builder .ParameterInfo A Command
Builder. that represents the specified informations.Parameter Info