Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoDatabase.ParameterInfo

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence
    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
    public int Size { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Value

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ParameterInfo(IDbDataParameter)
    • Properties
      • DbType
      • Name
      • Size
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX