LocalCache DefaultTableOptions Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets default options for a table which is not found in TableOptions collection. If this property is null then every table assumes the set of constant values defined in Table class

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public TableOptions DefaultTableOptions { get; set; }

Property Value

Type: TableOptions

Implements

ICacheImplementation DefaultTableOptions
See Also