Table of Contents

Class OuterObjectMapping

Namespace
SunamoAttributes
Assembly
SunamoAttributes.dll

Represents mapping information for an outer object, including its primary key and property information.

public class OuterObjectMapping
Inheritance
OuterObjectMapping
Inherited Members
Extension Methods

Properties

PrimaryKey

Gets or sets the primary key property. Used as an indicator that distinguishes records in the database, not an actual database primary key constraint.

public PropertyInfo? PrimaryKey { get; set; }

Property Value

PropertyInfo

PropertyInfos

Gets or sets the list of property information objects for this mapping.

public List<PropertyInfo> PropertyInfos { get; set; }

Property Value

List<PropertyInfo>