Constructor FieldConfig
FieldConfig(String)
Constructs a FieldConfig
Declaration
public FieldConfig(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | the field name, it cannot be null |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | if the field name is null |