[This is preliminary documentation and is subject to change.]
Returns all tables that this store currently contains
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<Table> Tables { get; }
public IRegistry<Table> Tables { get; }
Public ReadOnly Property Tables As IRegistry(Of Table)
Get
Public ReadOnly Property Tables As IRegistry(Of Table)
Get
public:
property IRegistry<Table^>^ Tables {
IRegistry<Table^>^ get ();
}
public:
property IRegistry<Table^>^ Tables {
IRegistry<Table^>^ get ();
}
member Tables : IRegistry<Table> with get
member Tables : IRegistry<Table> with get
Property Value
Type:
IRegistry Table