DataParcelAttribute Constructor NFX Class Library

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

Initializes a new instance of the DataParcelAttribute class

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

public DataParcelAttribute(
	string schemaName,
	string areaName,
	bool supportsMerge = false,
	Type shardingParcel = null,
	string replicationChannel = null,
	string cacheTableName = null,
	int cacheWriteMaxAgeSec = -1,
	int cacheReadMaxAgeSec = -1,
	int cachePriority = -1,
	string targetTableMappings = null
)
See Also