Search Results for

    Show / Hide Table of Contents

    Class StringRow

    A type that only contains a string Row property. This is useful when creating dataflow rows that only need a single string, e.g. when reading the lines of a text file, or outputting error rows as strings.

    Also see StringNumberRow, as well as StringRowErrors (which captures error details).

    Inheritance
    Object
    StringRow
    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public class StringRow

    Constructors

    StringRow(String)

    Initializes a new instance of the StringRow class.

    Declaration
    public StringRow(string row)
    Parameters
    Type Name Description
    String row

    The string.

    Properties

    Row

    Gets or sets the string.

    Declaration
    public string Row { get; set; }
    Property Value
    Type Description
    String

    See Also

    StringNumberRow
    StringRowErrors
    CaptureRowErrors
    RowError
    ErrorOutputPort<TError>
    In This Article
    Back to top Copyright © 2023 Envobi Ltd