Table of Contents

Class PersistenceMetadataDictionary

Namespace
The.SQL.Persistence
Assembly
Instagile.dll
public sealed class PersistenceMetadataDictionary : Dictionary<string, EntityTable>, IDictionary<string, EntityTable>, ICollection<KeyValuePair<string, EntityTable>>, IReadOnlyDictionary<string, EntityTable>, IReadOnlyCollection<KeyValuePair<string, EntityTable>>, IEnumerable<KeyValuePair<string, EntityTable>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
PersistenceMetadataDictionary
Implements
Inherited Members

Constructors

PersistenceMetadataDictionary(bool)

public PersistenceMetadataDictionary(bool isLegacy)

Parameters

isLegacy bool

PersistenceMetadataDictionary(int, bool)

public PersistenceMetadataDictionary(int capacity, bool isLegacy)

Parameters

capacity int
isLegacy bool

Fields

IsLegacy

public readonly bool IsLegacy

Field Value

bool