GetAll Method (Language)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAll() method retrieves one or more language string records from the Language table based on the specified filter parameters. If no filter parameters are provided, it retrieves all the language string records from the table.
| Overload | Description |
|---|---|
| GetAll(Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,String,Nullable<DateTime>) | The GetAll() method retrieves one or more language string records from the Language table based on the specified filter parameters. If no filter parameters are provided, it retrieves all the language string records from the table. |
| GetAll(Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,String,String,Nullable<DateTime>) | The GetAll() method retrieves one or more language string records from the Language table, as specified by the filter parameters. Passing no filter parameters will retrieve all language string records from the table. This overload includes the context filter parameter. |