Click or drag to resize
FieldMappingSyncTargetFieldWithModelField Method
Overload List
  NameDescription
Public methodSyncTargetFieldWithModelField(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.
Public methodSyncTargetFieldWithModelField(DBDriverBase, Boolean)
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.
Top
See Also