![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public class SqlBuilder |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class SqlBuilder |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
SqlBuilder |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
![]() |
AddColumn | Overloaded. |
![]() |
AddWhereColumn | Overloaded. |
![]() |
Clear |
Removes all the columns and the table name
|
![]() |
CreateDelete |
Creates an sql delete statement
|
![]() |
CreateInsert |
Creates a sql insert statement
|
![]() |
CreateUpdate |
Creates an sql update statement
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Columns |
Returns the collection of columns
|
![]() |
Table |
Gets or sets the table name
|
![]() |
WhereColumns |
Returns the collection of where columns
|
See Also
Smartsite.Data Namespace