Class SqlCommandParameterInfo
Inherited Members
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public class SqlCommandParameterInfo
Constructors
SqlCommandParameterInfo()
Declaration
public SqlCommandParameterInfo()
Properties
DbType
Declaration
public string DbType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object |