InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400GroupByString Property


In This Topic
    Xfr400GroupByString Property
    In This Topic
    Gets or sets how to group returned data after a requested function is performed.
    Syntax
    'Declaration
     
    
    Property Xfr400GroupByString As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.Xfr400GroupByString = value
     
    value = instance.Xfr400GroupByString
    string Xfr400GroupByString {get; set;}

    Property Value

    The default value is "".
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    A Group By statement is necessary when a function and multiple fields are included in a the select statement specified by Xfr400SelectString. This property affects AS/400 data transfer and is only relevant to 5250 sessions.
    See Also