Rambunctious One
New member
- Joined
- Jun 4, 2025
- Messages
- 2
- Programming Experience
- 10+
I want to use databinding in my xaml without using dependency properties and just binding to dataset fields.
How can I create an in memory dataset with fields and then data bind to zaml?
No SQL database underlying, just like this.
Dataset.New()
Dataser.AddField()
Dataset.Open.
How can I create an in memory dataset with fields and then data bind to zaml?
No SQL database underlying, just like this.
Dataset.New()
Dataser.AddField()
Dataset.Open.