Class LockOp.DeleteVarOp
Deletes the named variable in table that this session has created, true if it was deleted, false if it did not exist or was not created by this session
Inheritance
System.Object
LockOp.DeleteVarOp
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Locking
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public sealed class DeleteVarOp : LockOp.ChangeOp
Fields
Value
Declaration
public readonly object Value
Field Value
Type | Description |
---|---|
System.Object |
Methods
GetValue(EvalContext)
Declaration
public override bool GetValue(EvalContext ctx)
Parameters
Type | Name | Description |
---|---|---|
EvalContext | ctx |
Returns
Type | Description |
---|---|
System.Boolean |