TypeVersionFieldIndex Property |
Does managed type include a field index ?
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool FieldIndex { get; set; }
Public Property FieldIndex As Boolean
Get
Set
public:
property bool FieldIndex {
bool get ();
void set (bool value);
}
member FieldIndex : bool with get, set
Property Value
Type:
Boolean
See Also