[This is preliminary documentation and is subject to change.]
References the store instance that started this transaction
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ICRUDDataStore DataStore { get; }
public ICRUDDataStore DataStore { get; }
Public ReadOnly Property DataStore As ICRUDDataStore
Get
Public ReadOnly Property DataStore As ICRUDDataStore
Get
public:
property ICRUDDataStore^ DataStore {
ICRUDDataStore^ get ();
}
public:
property ICRUDDataStore^ DataStore {
ICRUDDataStore^ get ();
}
member DataStore : ICRUDDataStore with get
member DataStore : ICRUDDataStore with get
Property Value
Type:
ICRUDDataStore