| SqlExpressionE Methods |
The SqlExpressionE generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetDeleteSql |
Creates a DELETE SQL based on the passed parameters.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInsertSql |
Creates a INSERT SQL based on the passed parameters.
| |
| GetSelectByKeySql |
Creates a SELECT SQL for single entity based on the passed parameters.
| |
| GetSelectScalarSqlT |
Creates a scalar SELECT SQL based on the passed parameters.
| |
| GetSelectSql |
Creates a SELECT SQL based on the passed parameters.
| |
| GetTruncateSql |
Creates a TRUNCATE SQL.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUpdateSql |
Creates a UPDATE SQL based on the passed parameters.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |