FormModel DataStoreTargetName Property NFX Class Library

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

Returns the name of data store target obtained from App.DataStore by default. Override to supply a different name. This property is used for validation

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

public virtual string DataStoreTargetName { get; }

Property Value

Type: OnlineString
See Also