dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectStatement Class

In This Topic
SqlSelectStatement Class Methods
In This Topic

For a list of all members of this type, see SqlSelectStatement members.

Public Methods
 NameDescription
Public MethodAdds new condition to HAVING clause of the statement, represented by the Having property. (Inherited from Devart.Common.SelectStatement)
Public MethodAdds new condition to WHERE clause of the statement, represented by the Where property. (Inherited from Devart.Common.SelectStatement)
Public MethodClears all parts of the Devart.Common.SelectStatement. (Inherited from Devart.Common.SelectStatement)
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified SELECT statement to a SqlSelectStatement object.  
Public MethodReturns SQL statement in the text form. (Inherited from Devart.Common.SelectStatement)
Public Methodstatic (Shared in Visual Basic)Tries to convert the specified SELECT statement to a SqlSelectStatement object.  
Top
See Also