Constructor.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Field(
string key
)
Public Sub New (
key As String
)
Parameters
- key
- Type: SystemString
The field's key -- unique within the mapper.
See Also