| AtomsFramework Persistence Layer Reference Guide |
|
AFAssociationEntryAttribute Constructor
[This is preliminary documentation and subject to change.]
Constructor to define a property pairing for use by an association
[Visual Basic]
Public Sub New( _
ByVal
associationName As
String, _
ByVal
fromProperty As
String, _
ByVal
toProperty As
String _
)
[C#]
public AFAssociationEntryAttribute(
string associationName,
string fromProperty,
string toProperty);
Parameters
-
associationName
- The association to be used
-
fromProperty
- The property in the current class
-
toProperty
- The target property in the target class
Remarks
See Also
AFAssociationEntryAttribute Class | AtomsFramework Namespace