Search Results for

    Show / Hide Table of Contents

    Struct ReadInfo

    Provides information about a non temporal record.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: BayesServer.Data
    Assembly: BayesServer.Data.dll
    Syntax
    public struct ReadInfo

    Constructors

    ReadInfo(Object, IDataRecord)

    Initializes a new instance of the ReadInfo struct.

    Declaration
    public ReadInfo(object caseId, IDataRecord record)
    Parameters
    Type Name Description
    System.Object caseId

    The current case id. Can be null.

    System.Data.IDataRecord record

    The current record.

    ReadInfo(Object, Double, IDataRecord)

    Declaration
    public ReadInfo(object caseId, double weight, IDataRecord record)
    Parameters
    Type Name Description
    System.Object caseId

    The current case id. Can be null.

    System.Double weight

    The case weight. See Weight for more information.

    System.Data.IDataRecord record

    The current record.

    Properties

    CaseId

    The current case id. Can be null.

    Declaration
    public readonly object CaseId { get; }
    Property Value
    Type Description
    System.Object

    Record

    The current record.

    Declaration
    public readonly IDataRecord Record { get; }
    Property Value
    Type Description
    System.Data.IDataRecord

    Weight

    The case weight. See Weight for more information.

    Declaration
    public readonly double Weight { get; }
    Property Value
    Type Description
    System.Double

    See Also

    DataReader
    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.