Visual Basic (Declaration) | |
---|---|
Public Enum PocoSaveMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PocoSaveMode |
C# | |
---|---|
public enum PocoSaveMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class PocoSaveMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
Member | Description |
---|---|
Default | Use an EntitySaveAdapter subclass if found, otherwise use save methods discovered via convention. |
UseEntitySaveAdapter | Use an implementation of EntitySaveAdapter. |
UseMethodsDiscoveredViaConvention | Use methods discovered via convention. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.PocoSaveMode
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family