OptimizedPersistableRemovedFromIndices Property |
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool RemovedFromIndices { get; set; }
Public Property RemovedFromIndices As Boolean
Get
Set
public:
virtual property bool RemovedFromIndices {
bool get () sealed;
void set (bool value) sealed;
}
abstract RemovedFromIndices : bool with get, set
override RemovedFromIndices : bool with get, set
Property Value
Type:
BooleanImplements
IOptimizedPersistableRemovedFromIndicesSee Also