InfoConnect for Unisys
Xfr400GroupByString Property


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
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a 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