Skip to content

Izayoi.Data.DbDataMapperOption

IzayoiJiichan edited this page Aug 16, 2024 · 1 revision

Definition

Namespace Izayoi.Data
Assembly Izayoi.Data.dll

Represents a DB data mapper option.

public class DbDataMapperOption

Inheritance

Object -> DbDataMapperOption

Constructors

Name Summary
DbDataMapperOption() Initializes an instance of the DbDataMapperOption class.

Properties

IgnoreException bool

Gets or sets whether ignore exception.

If true, exceptions raised by SetPropertyValueAsync method are ignored.

The dafault is false;

InheritColumnAttribute bool

Gets or sets whether inherit [Column] attribute.

The dafault is true;

InheritKeyAttribute bool

Gets or sets whether inherit [Key] attribute.

The dafault is true;

InheritNotMappedAttribute bool

Gets or sets whether inherit [NotMapped] attribute.

The dafault is true;

Clone this wiki locally