Public Instance Constructors

General Constructor The constrcutor.

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'.

Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Properties

connection SqlConnection
TableInformation Contains the information about the column names, primary keys and datatypes.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
GetTableInformation Fills three tables with info about the columns, primary keys, columns datatypes for a specified table. Tables, index0 - colums, using sp_Columns1 - datatypes, using sp_datatype_info2 - Primary key(s), using sp_keys
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.
RemoveIdentityString Removes the suffix 'identity' from the parameter.
RemoveTablePrefix Removes table prefix 't'.
UpdateTableInformation Check if system should load information about a new table.

See Also

General Class | Magnusson.Data.SqlAutomation Namespace