Initializes a new instance of NRAssociation.
Namespace: NReflect.NRRelationshipAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public NRAssociation( NRTypeBase startType, NRTypeBase endType )
Parameters
- startType
- Type: NReflect.NREntities.NRTypeBase
The start type of the assotiation.
- endType
- Type: NReflect.NREntities.NRTypeBase
The end type of the assotiation.
See Also