Search Results for

    Show / Hide Table of Contents

    Class HttpAgentParameter

    IDataParameter implementation for HttpAgent.

    Inheritance
    object
    HttpAgentParameter
    Implements
    IDbDataParameter
    IDataParameter
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    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
    Type Description
    DbType
    View Source

    Direction

    Declaration
    public ParameterDirection Direction { get; set; }
    Property Value
    Type Description
    ParameterDirection
    View Source

    IsNullable

    Declaration
    public bool IsNullable { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ParameterName

    Declaration
    public string ParameterName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Precision

    Declaration
    public byte Precision { get; set; }
    Property Value
    Type Description
    byte
    View Source

    Scale

    Declaration
    public byte Scale { get; set; }
    Property Value
    Type Description
    byte
    View Source

    Size

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    int
    View Source

    SourceColumn

    Declaration
    public string SourceColumn { get; set; }
    Property Value
    Type Description
    string
    View Source

    SourceVersion

    Declaration
    public DataRowVersion SourceVersion { get; set; }
    Property Value
    Type Description
    DataRowVersion
    View Source

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    object

    Implements

    IDbDataParameter
    IDataParameter
    • View Source
    In this article
    Back to top Generated by DocFX