[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.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string GetParcelCacheTableName(
Type tparcel
)
public static string GetParcelCacheTableName(
Type tparcel
)
Public Shared Function GetParcelCacheTableName (
tparcel As Type
) As String
Public Shared Function GetParcelCacheTableName (
tparcel As Type
) As String
public:
static String^ GetParcelCacheTableName(
Type^ tparcel
)
public:
static String^ GetParcelCacheTableName(
Type^ tparcel
)
static member GetParcelCacheTableName :
tparcel : Type -> string
static member GetParcelCacheTableName :
tparcel : Type -> string
Return Value
Type:
String