DataParcelAttribute SchemaName Property NFX Class Library

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

Specifies the name for logical schema that parcel decorated by this attribute belongs to. The exact location within the data store is detailed further with AreaName property. The value is required and is always specified or exception is thrown in .ctor

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

public string SchemaName { get; private set; }

Property Value

Type: OnlineString
See Also