Class UmbracoDatabase.CommandInfo
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public class CommandInfo
Constructors
View SourceCommandInfo(IDbCommand)
Declaration
public CommandInfo(IDbCommand cmd)
Parameters
Type | Name | Description |
---|---|---|
System. |
cmd |
Properties
View SourceParameters
Declaration
public UmbracoDatabase.ParameterInfo[] Parameters { get; }
Property Value
Type | Description |
---|---|
Umbraco |
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System. |