IgnoreClientPropertyAttribute Class

Definition

Indicates that an attribute should not be serialized while inserting or updating an entity.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class IgnoreClientPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type IgnoreClientPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class IgnoreClientPropertyAttribute
Inherits Attribute
Inheritance
IgnoreClientPropertyAttribute
Attributes

Constructors

IgnoreClientPropertyAttribute()

Applies to