Namespace - LJCViewEditor
Syntax
C# |
public class GenRequest
|
Provides methods to generate DbRequest create code.
Public Methods
ColumnsCode
|
Creates and returns the DbColumns create code for the specified DbColumns.
|
ConditionsCode
|
Creates and returns the DbConditions create code for the specified DbFilter.
|
FiltersCode
|
Creates and returns the DbFilters create code for the specified DbRequest.
|
JoinOnsCode
|
Creates and returns the JoinOns create code for the specified Join.
|
JoinsCode
|
Creates and returns the DbJoins create code for the specified DbRequest.
|
Line
|
Returns the formatted line from the template array.
|
OrderByNamesCode
|
Creates and returns the OrderBynames create code.
|
RequestCode
|
Creates and returns the DbRequest create code for the specified DbRequest.
|
8 Methods
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.