Parcel GetParcelCacheTableName Method NFX Class Library

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

Obtains parcel cache name from either it's associated DataParcelAttribute or if not defined, from parcel type full name

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static string GetParcelCacheTableName(
	Type tparcel
)

Return Value

Type: OnlineString
See Also