Insert Into DataLogger

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
ParthDesai
Posts: 9
Joined: Fri Jan 15, 2016 4:00 am

Insert Into DataLogger

Post by ParthDesai »

Hello,

I am trying to insert data into datalogger using ix API but as I can see I have to pass IStorableItem[] to my Insert Query; I dn't knw from where I can get the storableItem[] List
Below is the code I have written till now
Can someone help me in resolving my issue
public void InsertData()
{
try
{
GetStorageCacheService().GetStorage(Dummy.Name).Query.Insert(.......);
}
catch(Exception ex){string errormsg = ex.ToString();}
}
private static IStorageCacheService GetStorageCacheService()
{
return ServiceContainerCF.GetService<IStorageCacheService>();
}

GinoAnnan
Posts: 1
Joined: Fri Jul 14, 2017 3:48 am

Re: Insert Into DataLogger

Post by GinoAnnan »

I am sorry I can't help you, but if you are interested in usb dongle logger

Post Reply