Back to Devexpress

FetchOnlyAttribute Constructors

xpo-devexpress-dot-xpo-dot-fetchonlyattribute-dot-ctor.md

latest695 B
Original Source

FetchOnlyAttribute Constructors

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).

NameDescription
FetchOnlyAttribute()Initializes a new instance of the FetchOnlyAttribute class.

See Also

FetchOnlyAttribute Class

FetchOnlyAttribute Members

DevExpress.Xpo Namespace