The properties of the Sp class are listed below. For a complete list of Sp class members, see the Sp Members topic.
Public Instance Properties
| Author (inherited from General) |
The author, is used when generating the header.
|
| Comment (inherited from General) |
Comment is used when generating the header.
|
| Company (inherited from General) |
Company.
|
| ConnectionString (inherited from General) |
Connectionstring
|
| CurrentOperation (inherited from General) |
Current operation such as: Insert, Update, Delete, SelAll, SelUni
|
| DoGenerateDropScript |
Should the stored procedure include drop script
|
| DoGenerateHeader |
Should the stored procedure include a header
|
| DoReturnIdentityValue (inherited from General) | |
| EntityObject (inherited from General) |
The name of the table.
|
| IsNullDefault |
Set default value for parameter to null.
|
| StoredProcedureName (inherited from General) |
The name of the stored procedure. Removes any prefix on the table and adds the prefix 'p'.
|
Protected Instance Properties
| connection (inherited from General) |
SqlConnection
|
| TableInformation (inherited from General) |
Contains the information about the column names, primary keys and datatypes.
|
See Also
Sp Class | Magnusson.Data.SqlAutomation Namespace