AmorphousDynamicRow AmorphousData Property NFX Class Library

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

Returns data that does not comply with known schema (dynamic data). The field names are NOT case-sensitive

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

public IDictionary<string, Object> AmorphousData { get; }

Property Value

Type: OnlineIDictionary OnlineString, OnlineObject 

Implements

IAmorphousData AmorphousData
See Also