Class UmbracoDatabase.ParameterInfo
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class ParameterInfo
Constructors
ParameterInfo(IDbDataParameter)
Declaration
public ParameterInfo(IDbDataParameter parameter)
Parameters
Type |
Name |
Description |
IDbDataParameter |
parameter |
|
Properties
DbType
Declaration
public DbType DbType { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|