The AssociationInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetValue |
Gets the value of the field on a specific entity.
(Inherited from FieldInfo.) | |
IsDefined | Overloaded. | |
SetValue |
Sets the value of the field on a specific entity.
(Inherited from FieldInfo.) | |
TryGetValue |
Gets the value of the field on a specific entity.
(Inherited from FieldInfo.) | |
TrySetValue |
Sets the value of the field on a specific entity.
(Inherited from FieldInfo.) |
Properties
Name | Description | |
---|---|---|
AssociationType |
Indicates what type of relationship this is.
| |
Cascade |
Indicates if this association will cascade when participating in a cascading
delete scenario
| |
ChildField |
Gets the field information for the child field (typically an EntityCollection).
| |
ChildType |
Gets the type information for the parent entity type (the entity type containing
the foreign key).
| |
FieldName |
Specifies the name of the underlying field.
(Inherited from FieldInfo.) | |
FieldType |
Specifies the type of the field.
(Inherited from FieldInfo.) | |
ForeignKeyField |
Returns the field which holds the foreign key for this relationship.
| |
HumanName |
The humanized version of the field name.
(Inherited from FieldInfo.) | |
IsManagedField |
Indicates if this is a specially managed field which will have its value managed by LightSpeed.
(Inherited from FieldInfo.) | |
IsReadOnly |
Indicates if this field is read-only and will not be persisted back to the database.
(Inherited from FieldInfo.) | |
IsTransient |
Indicates if this field is transient and is not managed by LightSpeed.
(Inherited from FieldInfo.) | |
ParentField |
Gets the field information for the parent field (an entity reference).
| |
ParentType |
Gets the type information for the parent entity type (typically the entity type containing
the EntityCollection).
| |
PropertyName |
The name of the property which this field is associated with.
(Inherited from FieldInfo.) | |
QueryProperties |
This list of any query properties which have been specified for this field using
QueryPropertyAttribute instances.
(Inherited from FieldInfo.) | |
ReverseAssociation |
Returns the association as held by the entity on the other side of this relationship.
|