SessionBaseUseExternalStorageApi Property |
This is specifically for Windows Phone API, set to true when you want to access databases from a memory card.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool UseExternalStorageApi { get; set; }
Public Property UseExternalStorageApi As Boolean
Get
Set
public:
property bool UseExternalStorageApi {
bool get ();
void set (bool value);
}
member UseExternalStorageApi : bool with get, set
Property Value
Type:
BooleanSee Also