-
Notifications
You must be signed in to change notification settings - Fork 0
Izayoi.Data.DbDataMapperOption
IzayoiJiichan edited this page Aug 16, 2024
·
1 revision
Namespace | Izayoi.Data |
Assembly | Izayoi.Data.dll |
Represents a DB data mapper option.
public class DbDataMapperOption
Object -> DbDataMapperOption
Name | Summary |
---|---|
DbDataMapperOption() | Initializes an instance of the DbDataMapperOption class. |
Gets or sets whether ignore exception.
If true
, exceptions raised by SetPropertyValueAsync
method are ignored.
The dafault is false
;
Gets or sets whether inherit [Column]
attribute.
The dafault is true
;
Gets or sets whether inherit [Key]
attribute.
The dafault is true
;
Gets or sets whether inherit [NotMapped]
attribute.
The dafault is true
;
- 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