Persist.NET Documentation Class Library

Configuration.RemoveClassMap Method 

Remove a ClassMap from configuration if the Configuration is initialized, throw a ConfigurationException

[Visual Basic]
Public Sub RemoveClassMap( _
   ByVal classMapName As String _
)
[C#]
public void RemoveClassMap(
   string classMapName
);

Parameters

classMapName
the name of the class mapto remove

See Also

Configuration Class | Persist.Config Namespace