Search Results for

    Show / Hide Table of Contents

    Class UmbracoDatabase.CommandInfo

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence
    Assembly: cs.temp.dll.dll
    Syntax
    public class CommandInfo

    Constructors

    CommandInfo(IDbCommand)

    Declaration
    public CommandInfo(IDbCommand cmd)
    Parameters
    Type Name Description
    IDbCommand cmd

    Properties

    Parameters

    Declaration
    public UmbracoDatabase.ParameterInfo[] Parameters { get; }
    Property Value
    Type Description
    UmbracoDatabase.ParameterInfo[]

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String
    In This Article
    • Constructors
      • CommandInfo(IDbCommand)
    • Properties
      • Parameters
      • Text
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX