Dynamic Data

Posted by Community Admin on 05-Aug-2018 17:56

Dynamic Data

All Replies

Posted by Community Admin on 31-Mar-2013 00:00

Im new to the system and after reading this topic www.sitefinity.com/.../dynamic-fields, I just wonder whether after the SaveChanges call, a new table is created or what happens to the database? Please advise.

Posted by Community Admin on 03-Apr-2013 00:00

Hi Thang,

After the query:

App.WorkWith()
       .DynamicData()
       .Type(typeof(NewsItem))
       .Field()
            .TryCreateNew("ResearcherName", typeof(string))
            .SaveChanges(true);

as mentioned in our documentation, a new column in one of the tables in the Sitefinity database will be created.

Greetings,
Stefani Tacheva
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

This thread is closed