Class SqlCommandInfo
Inheritance
SqlCommandInfo
Assembly: SoCore.dll
Syntax
public class SqlCommandInfo : Object
Constructors
SqlCommandInfo()
Declaration
Properties
CommandText
Declaration
public string CommandText { get; set; }
Property Value
Declaration
public string Comment { get; set; }
Property Value
ExecptionMessage
Declaration
public string ExecptionMessage { get; set; }
Property Value
ExecutionTime
Declaration
public TimeSpan ExecutionTime { get; set; }
Property Value
Origin
Declaration
public string Origin { get; set; }
Property Value
Parameters
Declaration
public SqlCommandParameterInfo[] Parameters { get; set; }
Property Value
RowsAffected
Declaration
public int RowsAffected { get; set; }
Property Value
SqlType
Declaration
public string SqlType { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)