IgnorePropertyAttribute
Overview
This attribute is used by DA LINQ to define properties that are not mapped to underlying data table fields and should be omitted while composing remote server data requests. This can be useful if you need to add custom properties to table definition classes generated by DA LINQ.
[IgnoreProperty]
public virtual String MyCustomProperty
{
...
}
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Linq
- Ancestry: Attribute | IgnorePropertyAttribute
Instance Methods
constructor
Creates a new instance of the IgnorePropertyAttribute class.
constructor
IgnorePropertyAttribute()
Sub New()
- DA LINQ Table Definitions