Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoDatabase.ParameterInfo

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence
    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
    Type Description
    DbType
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    View Source

    Size

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    int
    View Source

    Value

    Declaration
    public object? Value { get; }
    Property Value
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX