The methods of the GeneralDataClass class are listed below. For a complete list of GeneralDataClass class members, see the GeneralDataClass Members topic.
Public Instance Methods
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GenerateClassBottom | Generates the bottom of class |
| GenerateModifierClassTop |
Generates the modifier class top. Modifier includes
|
| GenerateNamespaceBottom | Generates the bottom of the namespace. |
| GenerateReaderClassTop |
Generates the reader class top. Reader includes
|
| 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 Methods
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GenerateHeader |
Generates the header of the datafunction.
|
| GetTableInformation (inherited from General) |
Fills three tables with info about the columns, primary keys, columns datatypes for a specified table.
|
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| RemoveIdentityString (inherited from General) | Removes the suffix 'identity' from the parameter. |
| RemoveTablePrefix (inherited from General) | Removes table prefix 't'. |
| UpdateTableInformation (inherited from General) | Check if system should load information about a new table. |
See Also
GeneralDataClass Class | Magnusson.Data.SqlAutomation Namespace