SelectQuery..::..AddOrderByBoolTextSegment Method (String, OrderByTypes, String, String, Boolean)
Adds the order by bool text segment.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery AddOrderByBoolTextSegment( string fieldName, OrderByTypes orderByType, string trueText, string falseText, bool isCaseSensitive )
Public Function AddOrderByBoolTextSegment ( _ fieldName As String, _ orderByType As OrderByTypes, _ trueText As String, _ falseText As String, _ isCaseSensitive As Boolean _ ) As SelectQuery
public: SelectQuery^ AddOrderByBoolTextSegment( String^ fieldName, OrderByTypes^ orderByType, String^ trueText, String^ falseText, bool^ isCaseSensitive )
Parameters
- fieldName
- Type: String
Name of the field.
- orderByType
- Type: RingSoft.DbLookup.QueryBuilder..::..OrderByTypes
Type of the order by.
- trueText
- Type: String
The true text.
- falseText
- Type: String
The false text.
- isCaseSensitive
- Type: Boolean
if set to true [is case sensitive].