Class SqlGenerator
- Namespace
- SunamoDevCode.CodeGenerator
- Assembly
- SunamoDevCode.dll
Generator for SQL queries.
public class SqlGenerator
- Inheritance
-
SqlGenerator
- Inherited Members
- Extension Methods
Methods
Select(string)
Generates a SELECT * query for the specified table.
public void Select(string table)
Parameters
tablestringName of the table to select from.
ToString()
Returns the generated SQL as a string.
public override string ToString()
Returns
- string
The generated SQL query.