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
;
Product | Versions |
---|---|
.NET | 8, 9 |