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