AtomsFramework Persistence Layer Reference Guide

AFColumnAttribute.Proxy Property

[This is preliminary documentation and subject to change.]

Indicates that the property should be populated when a proxy object for this class is retrieved.

[Visual Basic]
Public Property Proxy As Boolean
[C#]
public bool Proxy {get; set;}

Property Value

Initial value will be True

Remarks

Set this to False to prevent the attribute being populated when a proxy object is retrieved.

See Also

AFColumnAttribute Class | AtomsFramework Namespace