Schema ClassNFX Class Library

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

Describes a schema for rows: TypedRows and DynamicRows. DynamicRows are "shaped" in memory from schema, whereas, TypedRows define schema. Schema for Typedrows is cached in static dictionary for speed
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.CRUD Schema

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

[SerializableAttribute]
public sealed class Schema : INamed, 
	IEnumerable<Schema..::..FieldDef>, IEnumerable, IJSONWritable
See Also