ADODC.Orientation Property

Definition

Gets or sets a value that specifies whether a ADODC will be oriented horizontally (the default) or vertically.

public:
 property Microsoft::VisualBasic::Compatibility::VB6::ADODC::OrientationEnum Orientation { Microsoft::VisualBasic::Compatibility::VB6::ADODC::OrientationEnum get(); void set(Microsoft::VisualBasic::Compatibility::VB6::ADODC::OrientationEnum value); };
[Microsoft.VisualBasic.Compatibility.VB6.SRDescription("ADODC_DESCOrientation")]
public Microsoft.VisualBasic.Compatibility.VB6.ADODC.OrientationEnum Orientation { get; set; }
[<Microsoft.VisualBasic.Compatibility.VB6.SRDescription("ADODC_DESCOrientation")>]
member this.Orientation : Microsoft.VisualBasic.Compatibility.VB6.ADODC.OrientationEnum with get, set
Public Property Orientation As ADODC.OrientationEnum

Property Value

A ADODC.OrientationEnum enumeration that specifies the orientation.

Attributes

Remarks

This property corresponds to the ADO Recordset.MaxRecords property.

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to