MapperUtilsaddFilePathDBFieldsToUpload Method |
Assign the field to require a file to be slurped into the database. Only for FilePath fields and only for those with FileInDB
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void addFilePathDBFieldsToUpload(
IField fld
)
Public Shared Sub addFilePathDBFieldsToUpload (
fld As IField
)
Parameters
- fld
- Type: NetQuarry.DataIField
The field object that requires upload of document to db
See Also