Initializes a new instance of the
ExcludedPropertyAttribute class.
- Namespace
- DbSyncKit
.DB .Attributes - Containing Type
- Excluded
Property Attribute
Syntax
public ExcludedPropertyAttribute(bool excluded = true)Parameters
| Name | Type | Description |
|---|---|---|
| excluded | bool | Indicates whether the property should be excluded. Default is true. |