DataParcelAttribute GetParcelAttr Method NFX Class Library

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

Returns DataParcelAttribute for a parcel type. Use Parcel.MetadataAttribute to obtain the attribute instance polymorphically for instance. If parcel is not decorated by the attribute then exception is thrown

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

public static DataParcelAttribute GetParcelAttr(
	Type tparcel
)

Return Value

Type: DataParcelAttribute
See Also