MapperKernelAddField Method |
Adds a field to the
Fields collection
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void AddField(
IField fld
)
Protected Sub AddField (
fld As IField
)
Parameters
- fld
- Type: NetQuarry.DataIField
The field object to add.
See Also