The properties of the GeneralDataClass class are listed below. For a complete list of GeneralDataClass class members, see the GeneralDataClass Members topic.

Public Instance Properties

Author (inherited from General) The author, is used when generating the header.
ClassName The name of the class.
ClassNamespace The namespace.
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
DoGenerateHeader Should the function include a header
DoReturnIdentityValue (inherited from General)
EntityObject (inherited from General) The name of the table.
FunctionName The name of the function. Removes any prefix on the table and adds the prefix of the current operation.
NUnitClassName The name of the NUnit class. Removes any prefix on the table and adds the suffix 'Test'.
ParamExpression Set the name of the storedprocedure or the sql script.
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

GeneralDataClass Class | Magnusson.Data.SqlAutomation Namespace