DataTypeToPaste Enumeration |
Enum to specify which type data to paste.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax [FlagsAttribute]
public enum DataTypeToPaste
<FlagsAttribute>
Public Enumeration DataTypeToPaste
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| EntityModelData | 1 | |
| DerivedModelData | 2 | |
| All | 3 | |
See Also