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