Is there a way to use the genereted code from llblgen with out a any present database.
Im trying to fill a collection in memory and is not intended to save any data on a local database.
I want to send the object to a wcf. Using Add() triger the generated code to look for the database. is there a way to prevent this.
oInboud.InboundMessageOpen = new InboundMessageOpenEntity() ;
oInboud.InboundMessageOpen.TimeOpen = opitem.TimeStamp;
oInboud.InboundMessageOpen.TimeStamp = opitem.TimeStamp;
oInboud.InboundMessage.InboundMessageOpens.Add(oInboud.InboundMessageOpen);