Skip to main content
.NET Framework 4.6.2+

FetchOnlyAttribute Properties
Show Inherited Hide Inherited

Applied to persistent properties and fields. When applied, specifies that the target property or field value can be loaded from the database but should not be saved (should not be included in the INSERT and UPDATE SQL statements).
Name Description
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also