| AtomsFramework Persistence Layer Reference Guide |
|
ClassMap.GetAssociationMapByName Method
[This is preliminary documentation and subject to change.]
Retrieves an association map based on it's name.
[Visual Basic]
Public Function GetAssociationMapByName( _
ByVal
mapName As
String _
) As
AssociationMap
Parameters
-
mapName
- The name of the association map to retrieve
Return Value
An association map (if found) or nothing
Remarks
Returns the association map based on the name supplied. If no matching association map can be found then Nothing is returned.
The name field is case sensitive.
See Also
ClassMap Class | AtomsFramework Namespace