Provides simplified data access features to perform SCRUD operation on the database view "config.switch_scrud_view".
More...
|
| override string | ObjectNamespace => "config" |
| | The schema of this view. Returns literal "config". More...
|
| |
| override string | ObjectName => "switch_scrud_view" |
| | The schema unqualified name of this view. Returns literal "switch_scrud_view". More...
|
| |
|
| long | LoginId [get, set] |
| | Login id of application user accessing this view. More...
|
| |
| int | UserId [get, set] |
| | User id of application user accessing this table. More...
|
| |
| string | Catalog [get, set] |
| | The name of the database on which queries are being executed to. More...
|
| |
|
abstract string | ObjectNamespace [get] |
| |
|
abstract string | ObjectName [get] |
| |
|
bool | HasAccess [get] |
| |
|
bool | Validated [get] |
| |
|
bool | SkipValidation [get, set] |
| |
|
bool | HasAccess [get] |
| |
Provides simplified data access features to perform SCRUD operation on the database view "config.switch_scrud_view".
| long MixERP.Net.Schemas.Config.Data.SwitchScrudView.Count |
( |
| ) |
|
Performs SQL count on the view "config.switch_scrud_view".
- Returns
- Returns the number of rows of the view "config.switch_scrud_view".
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Schemas.Config.Data.SwitchScrudView.CountFiltered |
( |
string |
filterName | ) |
|
Performs a filtered count on view "config.switch_scrud_view".
- Parameters
-
| filterName | The named filter. |
- Returns
- Returns number of rows of "SwitchScrudView" class using the filter.
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Schemas.Config.Data.SwitchScrudView.CountWhere |
( |
List< EntityParser.Filter > |
filters | ) |
|
Performs a filtered count on view "config.switch_scrud_view".
- Parameters
-
| filters | The list of filter conditions. |
- Returns
- Returns number of rows of "SwitchScrudView" class using the filter.
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
Performs a filtered select statement on view "config.switch_scrud_view" producing a paged result of 25.
- Parameters
-
| pageNumber | Enter the page number to produce the paged result. |
| filterName | The named filter. |
- Returns
- Returns collection of "SwitchScrudView" class.
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
Performs a select statement on the view "config.switch_scrud_view" producing a paged result of 25.
- Returns
- Returns the first page of collection of "SwitchScrudView" class.
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
Performs a select statement on the view "config.switch_scrud_view" producing a paged result of 25.
- Parameters
-
| pageNumber | Enter the page number to produce the paged result. |
- Returns
- Returns collection of "SwitchScrudView" class.
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
Performs a filtered select statement on view "config.switch_scrud_view" producing a paged result of 25.
- Parameters
-
| pageNumber | Enter the page number to produce the paged result. |
| filters | The list of filter conditions. |
- Returns
- Returns collection of "SwitchScrudView" class.
- Exceptions
-
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| override string MixERP.Net.Schemas.Config.Data.SwitchScrudView.ObjectName => "switch_scrud_view" |
The schema unqualified name of this view. Returns literal "switch_scrud_view".
| override string MixERP.Net.Schemas.Config.Data.SwitchScrudView.ObjectNamespace => "config" |
The schema of this view. Returns literal "config".
| string MixERP.Net.Schemas.Config.Data.SwitchScrudView.Catalog |
|
getset |
The name of the database on which queries are being executed to.
| long MixERP.Net.Schemas.Config.Data.SwitchScrudView.LoginId |
|
getset |
Login id of application user accessing this view.
| int MixERP.Net.Schemas.Config.Data.SwitchScrudView.UserId |
|
getset |
User id of application user accessing this table.
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/DAL/Config/SwitchScrudView.cs