[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Table class
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal Table(
CacheStore store,
string name,
TableOptions opt
)
internal Table(
CacheStore store,
string name,
TableOptions opt
)
Friend Sub New (
store As CacheStore,
name As String,
opt As TableOptions
)
Friend Sub New (
store As CacheStore,
name As String,
opt As TableOptions
)
internal:
Table(
CacheStore^ store,
String^ name,
TableOptions^ opt
)
internal:
Table(
CacheStore^ store,
String^ name,
TableOptions^ opt
)
new :
store : CacheStore *
name : string *
opt : TableOptions -> Table
new :
store : CacheStore *
name : string *
opt : TableOptions -> Table