Language Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| Language Constructor() | The Language() method is the constructor for the class. This overload of the method is the default constructor. The fields of objects created with this constructor must be populated by the client by manually setting the properties or by calling a method that populates the object. |
| Language Constructor(Int32,Int32,Int32,String,String,String,String,DateTime) | The Language() method is the constructor for the class. This overload of the method creates a new language object, with all fields initialized according to the supplied input parameters. |
| Language Constructor(DataRow) | The Language() method is the constructor for the class. This overload of the method creates a new language object, with all fields initialized according to the supplied DataRow. |
| Language Constructor(Int32,Int32) | The Language() method is the constructor for the class. This overload of the method creates a new language object, with all fields initialized by copying the values of the specified language record. |