Persist.NET Documentation Class Library

Configuration.GetClassMap Method

Return the ClassMap associated to the given persistent oject

Overload List

Return the ClassMap associated to the given persistent oject

public ClassMap GetClassMap(PersistentObject);

Return a ClassMap from that Name

public ClassMap GetClassMap(string);

Return the ClassMap associated to the given Type

public ClassMap GetClassMap(Type);

See Also

Configuration Class | Persist.Config Namespace