You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
You cannot currently place an attribute when you define a recursive type thing with and definitions.
[<Table("Note")>]typeNote()=[<Key>]member valUniqueID=""with get,set
member valDeviceName=""with get,set
member valDate= DateTime.MinValue with get,set
member valNote=""with get,set
member valTechnician=""with get,set
member valDevice:Device |null =nullwith get,set
[<Table("Device")>]//this is an errorandDevice()=[<Key>]member valUniqueID=""with get,set
member valType=""with get,set
member valComputer=""with get,set
member valCustomer=""with get,set
member valArchived=falsewith get,set
member valSnoozeDate:Nullable<DateTime>= Nullable()with get,set
member valNotes:ObservableCollection<Note>=nullwith get,set
Describe the solution you'd like
Apply the attribute
Describe alternatives you've considered
Not sure
I apologize if this is not the right spot the request this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
You cannot currently place an attribute when you define a recursive type thing with and definitions.
Describe the solution you'd like
Apply the attribute
Describe alternatives you've considered
Not sure
I apologize if this is not the right spot the request this.
The text was updated successfully, but these errors were encountered: