StorageExec Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| StorageExec Constructor() | The StorageExec() method is the constructor for the StorageExec class. It creates a StorageExec object. This overload of the method is the default constructor. The fields of objects created with this overload must be populated by the client by manually setting the properties or by calling a method that populates the object. |
| StorageExec Constructor(Int32,String,Int32,Double,Int32,Double,Int32,Boolean,Boolean,String,Boolean,Boolean,Boolean,Int32,Boolean,Boolean,Boolean,Boolean,Int32,Int32,Int32,Int32,String,String,String,String,String,String,DateTime) | The StorageExec() method is the constructor for the StorageExec class. It creates a StorageExec object. This overload of the method initializes all fields by passing input parameters in the method call. |
| StorageExec Constructor(DataRow) | The StorageExec() method is the constructor for the StorageExec class. It creates a StorageExec object. This overload of the method initializes all fields by passing a DataRow in the method call. |
| StorageExec Constructor(Int32) | The StorageExec() method is the constructor for the StorageExec class. It creates a StorageExec object. This overload of the method initializes all fields by specifying an existing StorageExec record in the Storage_Exec table on which to base the field entries. |