Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
A data direction enumeration.
public enum a_sqlany_data_direction
Invalid data direction.
0x0
Input-only host variables.
0x1
Output-only host variables.
0x2
Input and output host variables.
0x3