IDataExporter.Export(bool changedOnly) Method

    .NET Standard 2.x

    Exports data from the DataStore primary buffer in the specified DataFormat , and specifies whether to changed only rows.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    string Export(bool changedOnly)
    

    Parameters

    chanedOnly System.Boolean

    A boolean specifying the changing flag.

    Returns

    System.String

    Data string in the specified format.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon