Click here to Skip to main content
15,902,198 members

Comments by AnkushK1 (Top 8 by date)

AnkushK1 2-Jun-20 23:02pm View    
Not sure if i understand your requirement. What does this PINFO object holds? Please elaborate the data structure and what you want to get out of it?
AnkushK1 16-Feb-20 17:52pm View    
Where is the BazaContext class resides and what is dbcontext here? looking at your code, i believe BazaContext should have an instance of dbcontext and has a SaveChanges() method and this is where your dbcontext.SaveChanges() would go
AnkushK1 12-Mar-19 7:19am View    
You need to provide the data context where your view should look for. Also make sure that your model implements INotifyPropertyChanged interface
AnkushK1 16-Feb-19 5:33am View    
Please include more details regarding the error your are facing, functionality you want to achieve and also the code that you are currently using to achieve it
AnkushK1 6-Jan-19 3:31am View    
Can you show how you are making connection to oracle in code?