ICILoopDatasetStatementParams

Used to manage the parameters of a Loop through Dataset Action in Event Rules.

Properties

  • Property DatasetName As String

  • HRESULT DatasetName([out, retval] BSTR *pVal);
    HRESULT DatasetName([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property EndLoopIndexOnRow As Long

  • HRESULT EndLoopIndexOnRow([out, retval] long *pVal);
    HRESULT EndLoopIndexOnRow([in] long newVal);

    EFT v8.0.4 and later

  • Property LoopOrder As LoopOrderType

  • HRESULT LoopOrder([out, retval] LoopOrderType *pVal);
    HRESULT LoopOrder([in] LoopOrderType newVal);

    EFT v8.0.4 and later

  • Property OrderingColumn As String

  • HRESULT OrderingColumn([out, retval] BSTR *pVal);
    HRESULT OrderingColumn([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property StartLoopIndexOnRow As Long

  • HRESULT StartLoopIndexOnRow([out, retval] long *pVal);
    HRESULT StartLoopIndexOnRow([in] long newVal);

    EFT v8.0.4 and later

  • Property UseEndLoopIndexOnRow As Boolean

  • HRESULT UseEndLoopIndexOnRow([out, retval] VARIANT_BOOL *pVal);
    HRESULT UseEndLoopIndexOnRow([in] VARIANT_BOOL newVal);

    EFT v8.0.4 and later

  • Property UseStartLoopIndexOnRow As Boolean

  • HRESULT UseStartLoopIndexOnRow([out, retval] VARIANT_BOOL *pVal);
    HRESULT UseStartLoopIndexOnRow([in] VARIANT_BOOL newVal);

    EFT v8.0.4 and later