-
Notifications
You must be signed in to change notification settings - Fork 0
Izayoi.Data.Query.QueryOption
IzayoiJiichan edited this page Feb 1, 2025
·
6 revisions
Namespace | Izayoi.Data.Query |
Assembly | Izayoi.Data.Query.dll |
Represents a query option.
public class QueryOption
Object -> QueryOption
Name | Summary |
---|---|
QueryOption() | Initializes an instance of the QueryOption class. |
QueryOption(RdbKind rdbKind) | Initializes a new instance of the QueryOption class with the specified rdbKind. |
QueryOption(RdbKind rdbKind, int rdbVersion) | Initializes a new instance of the QueryOption class with the specified rdbKind and rdbVersion. |
Gets or sets the relational database kind.
Gets or sets the relational database version.
Gets or sets the initial buffer size.
StringBuilder(capacity)
Gets or sets the quotation marks.
Gets or sets whether to enable query formatting.
The default value is false.
Gets or sets the number of spaces for indentation.
It is referenced if EnableFormat is true.
The default value is 2.
Gets or sets whether to place the comma before or after the concatenation.
true means before; false means after.
The default value is false.
Product | Versions |
---|---|
.NET | 8, 9 |
- Izayoi.Data
- Izayoi.Data.Query
- Izayoi.Data.Repository
- Izayoi.Data.Comparable
- Izayoi.Data.Packs
- Izayoi.Data.TimestampedObjects
- Izayoi.Data.Validation
Examples
- Database
- Map Class
- DbCommandAdapter
- DbDataMapper
- QueryOption
- QueryBuilder
- DbRepository
- Comparable
- Packs
- Timestamped Objects
- DataValidator
FAQ