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# | Copy Code |
---|---|
public class SqlBuilder |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SqlBuilder |
The type exposes the following methods.
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.) |
See Also
Smartsite.Data Namespace