AtomsFramework Persistence Layer Reference Guide

ClassMap.KeyAttributeMaps Property

[This is preliminary documentation and subject to change.]

Contains the mappings for the classes key attributes

[Visual Basic]
Public ReadOnly Property KeyAttributeMaps As Collection
[C#]
public Microsoft.VisualBasic.Collection KeyAttributeMaps {get;}

Property Value

A collection of attributes

Remarks

This collection contains all of the attributes in the class map that are marked as PrimaryKey="True". They are used internally by the framework and should not be changed once set.

See Also

ClassMap Class | AtomsFramework Namespace