FieldMappingSyncTargetFieldWithModelField Method (DBDriverBase) | 
 
            Syncs the target field's db Type, MaxLength, Precision and Scale with the model field's values for these properties, if possible, or
            leaves it as-is if no db type was found.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Mapping
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic void SyncTargetFieldWithModelField(
	DBDriverBase driverInstance
)
Public Sub SyncTargetFieldWithModelField ( 
	driverInstance As DBDriverBase
)
Parameters
- driverInstance
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBDriverBase
The driver instance. 
See Also