Add A Record Silverlight Ria Domain Data Source
I have added a data source to a Silverlight project and am able to view the data in a grid or dataform. I am also able to add a record with a dataform but I would like to be able to add a record in code.
Here is the Metadata Class:
Partial Public Class CasinoQuiz
‘This class allows you to attach custom attributes to properties
‘ of the CasinoQuiz class.
‘
‘For example, the following marks the Xyz property as a
‘ required property and specifies the format for …


