The properties of the General class are listed below. For a complete list of General class members, see the General Members topic.
Public Instance Properties
| Author | The author, is used when generating the header. |
| Comment | Comment is used when generating the header. |
| Company | Company. |
| ConnectionString | Connectionstring |
| CurrentOperation | Current operation such as: Insert, Update, Delete, SelAll, SelUni |
| DoReturnIdentityValue | |
| EntityObject | The name of the table. |
| StoredProcedureName | The name of the stored procedure. Removes any prefix on the table and adds the prefix 'p'. |
Protected Instance Properties
| connection | SqlConnection |
| TableInformation | Contains the information about the column names, primary keys and datatypes. |