Click or drag to resize

CounterAttribute Class

Note: This API is now obsolete.

Indicates that the property or field is a counter column
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Data.LinqCounterAttribute

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
[ObsoleteAttribute("Linq attributes are deprecated, use mapping attributes defined in Dse.Mapping.Attributes instead.")]
public class CounterAttribute : Attribute

The CounterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCounterAttribute
Initializes a new instance of the CounterAttribute class
Top
See Also