dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectForType Enumeration

SqlSelectForType Enumeration
Represents type of a SELECT FOR clause.
Syntax
'Declaration
 
Public Enum SqlSelectForType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
Browse 
XmlAuto 
XmlExplicit 
XmlRaw 
Remarks
For detailed information refer to the SQL Server reference.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.SqlServer.SqlSelectForType

See Also