Поделиться через


FetchType.Orientation - свойство

Получает или задает ориентацию FETCH.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public Property Orientation As FetchOrientation
    Get
    Set
public FetchOrientation Orientation { get; set; }
public:
property FetchOrientation Orientation {
    FetchOrientation get ();
    void set (FetchOrientation value);
}
member Orientation : FetchOrientation with get, set
function get Orientation () : FetchOrientation
function set Orientation (value : FetchOrientation)

Значение свойства

Тип: Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
Возвращает значение перечисления FetchOrientation.

Безопасность платформы .NET Framework

См. также

Ссылки

FetchType Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен