TypeShortcutDefaultsPreferredDbType Property  | 
 
            Gets or sets the preferred DB type for this shortcut. By default this is -1, which translates to the database default supplied by the driver.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic int PreferredDbType { get; set; }Public Property PreferredDbType As Integer
	Get
	Set
Property Value
Type: 
Int32
See Also