ViewField Constructor (String, Boolean) |
Initializes a new ViewField instance.
Namespace:
Colygon.MatchPoint.Common.Caml
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax public ViewField(
string fieldName,
bool nullable
)
Parameters
- fieldName
- Type: SystemString
Specifies the field name. - nullable
- Type: SystemBoolean
Specifies whether the view field is nullable.
See Also