FieldDescriptor Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
public FieldDescriptor(
string name,
Type type,
bool indexed,
bool unique,
FieldClassificationEnum classification,
bool uniqueKey,
bool isVirtual
)
public:
FieldDescriptor(
String^ name,
Type^ type,
bool indexed,
bool unique,
FieldClassificationEnum classification,
bool uniqueKey,
bool isVirtual
)
Parameters
- name
- type
- indexed
- unique
- classification
- uniqueKey
- isVirtual