CRField::CRField
Previous  Index  Next

CRField();
CRField(CRString& name, CRDataType dataType, int size, bool required = false, int fieldNo = 0);

Parameters

name
Name of the field.  

dataType
Type of the field.  

size
Size of field data.  

required
True if the field is required, otherwise false.  

fieldNo
One-based number of the field.  

Description

This member function constructs a new CRField object.

See Also

CRField::name, CRField::dataType, CRField::size, CRField::required, CRField::fieldNo


CRField | Classes | OCL | Index