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>();
}
Insert Into DataLogger
Re: Insert Into DataLogger
I am sorry I can't help you, but if you are interested in usb dongle logger