Class HttpAgentParameter
IDataParameter implementation for HttpAgent.
Inheritance
HttpAgentParameter
Assembly: Reportman.Reporting.dll
Syntax
public class HttpAgentParameter : IDbDataParameter, IDataParameter
Constructors
View Source
HttpAgentParameter()
Declaration
public HttpAgentParameter()
Properties
View Source
DbType
Declaration
public DbType DbType { get; set; }
Property Value
View Source
Direction
Declaration
public ParameterDirection Direction { get; set; }
Property Value
View Source
IsNullable
Declaration
public bool IsNullable { get; set; }
Property Value
View Source
ParameterName
Declaration
public string ParameterName { get; set; }
Property Value
View Source
Precision
Declaration
public byte Precision { get; set; }
Property Value
View Source
Scale
Declaration
public byte Scale { get; set; }
Property Value
View Source
Size
Declaration
public int Size { get; set; }
Property Value
View Source
SourceColumn
Declaration
public string SourceColumn { get; set; }
Property Value
View Source
SourceVersion
Declaration
public DataRowVersion SourceVersion { get; set; }
Property Value
View Source
Value
Declaration
public object Value { get; set; }
Property Value
Implements