public property fetchDirection as FetchDirection:
Gets or sets the preferred direction used while fetching rows.
result.fetchDirection = FetchDirection.FORWARD print(result.fetchDirection)