Search Results for

    Show / Hide Table of Contents

    Class UmbracoDatabase.ParameterInfo

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence
    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
    Type Description
    DbType

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Size

    Declaration
    public int Size { get; }
    Property Value
    Type Description
    System.Int32

    Value

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