SimpleORM.NET
FieldSchema Interface
NamespacesSorm.InterfacesFieldSchema

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

Describes the smallest persistent entity to which instances are serialized and deserialized from.
Declaration Syntax
C#Visual BasicVisual C++
public interface FieldSchema
Public Interface FieldSchema
public interface class FieldSchema
Members
All MembersProperties



IconMemberDescription
field
.NET Field description.

is_nullable
NULL assignment allowed?

is_set
Does this field point to a set of instances?

link
Type link associated to this field.

name
Name of attribute within the persistence layer.

owner
Owning table description.

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068