Laser table storage - table object setup is saved for persistent collections

There are already many blog posts about being able to connect to the WritingEntity event to configure the XML that is sent to the server, such as this .

Has something changed with this process in newer versions of the SDK? I ask because I have the following simple object:

public class Label : TableServiceEntity
{
    public Guid Id { get; set; }
    public string Name { get; set; }
    public string Notes { get; set; }
    public string ContactInfo { get; set; }
    public List<string> Urls { get; set; }

    public Label()
    {
        Urls = new List<string>():
    }
}

, URL-, , , /, . , , WritingEntity JSON/XML, . ReadEntity.

, , SaveChanges TableServiceContext DataServiceRequest, NotSupported " ". , String TableEntity? , , - XML, , XML , , .

CreateQuery, .

- , , ? Lokad Cloud , , , .

, , , .

!

: , , ? - "LABELX", X - Name , - GUID ( , , ).

WritingEntity XML, e.Data, URL- XML. , URL-, - XML, , . , 4 .

: XML, XML, - - .


, , , . , Label, URL-, , TableContainer URL. , , - , !

+3

All Articles