Ninja Database Lite
Storage Property



KellermanSoftware.NinjaDatabaseLite Namespace > NinjaDbConfig Class : Storage Property
Specify the storage for the database. The default is a file database in AppData
Syntax
Public Property Storage As IStorage
Dim instance As NinjaDbConfig
Dim value As IStorage
 
instance.Storage = value
 
value = instance.Storage
public IStorage Storage {get; set;}
public:
property IStorage^ Storage {
   IStorage^ get();
   void set (    IStorage^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NinjaDbConfig Class
NinjaDbConfig Members