OleDbColumn.Direction Property

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Dsp.OleDb
Assembly:  Microsoft.SharePoint.Dsp.OleDb (in Microsoft.SharePoint.Dsp.OleDb.dll)

Syntax

Public Property Direction As OrderDirection
    Get
    Set

Dim instance As OleDbColumn
Dim value As OrderDirection

value = instance.Direction

instance.Direction = value
public OrderDirection Direction { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.OrderDirection

See Also

Reference

OleDbColumn Class

OleDbColumn Members

Microsoft.SharePoint.Dsp.OleDb Namespace