[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
System Object NFX.DataAccess.CRUD SchemaNamespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public sealed class Schema : INamed,
IEnumerable<Schema..::..FieldDef>, IEnumerable, IJSONWritable
[SerializableAttribute]
public sealed class Schema : INamed,
IEnumerable<Schema..::..FieldDef>, IEnumerable, IJSONWritable
<SerializableAttribute>
Public NotInheritable Class Schema
Implements INamed, IEnumerable(Of Schema..::..FieldDef),
IEnumerable, IJSONWritable
<SerializableAttribute>
Public NotInheritable Class Schema
Implements INamed, IEnumerable(Of Schema..::..FieldDef),
IEnumerable, IJSONWritable
[SerializableAttribute]
public ref class Schema sealed : INamed,
IEnumerable<Schema..::..FieldDef^>, IEnumerable, IJSONWritable
[SerializableAttribute]
public ref class Schema sealed : INamed,
IEnumerable<Schema..::..FieldDef^>, IEnumerable, IJSONWritable
[<SealedAttribute>]
[<SerializableAttribute>]
type Schema =
class
interface INamed
interface IEnumerable<Schema..::..FieldDef>
interface IEnumerable
interface IJSONWritable
end
[<SealedAttribute>]
[<SerializableAttribute>]
type Schema =
class
interface INamed
interface IEnumerable<Schema..::..FieldDef>
interface IEnumerable
interface IJSONWritable
end