Propriedade FetchType.Orientation
Obtém ou define a orientação de busca.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FetchOrientation
Retorna um FetchOrientation valor de enumeração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.