[This is preliminary documentation and is subject to change.]
Specifies the name of the cache table for this parcel
This property acts as a default, the runtime first checks parcel instance properties then reverts to this attribute
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string CacheTableName { get; private set; }
public string CacheTableName { get; private set; }
Public Property CacheTableName As String
Get
Private Set
Public Property CacheTableName As String
Get
Private Set
public:
virtual property String^ CacheTableName {
String^ get () sealed;
private: void set (String^ value) sealed;
}
public:
virtual property String^ CacheTableName {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract CacheTableName : string with get, private set
override CacheTableName : string with get, private set
abstract CacheTableName : string with get, private set
override CacheTableName : string with get, private set
Property Value
Type:
StringImplements
ICachePolicy CacheTableName