Transaction.PriorValue Property
Definition
获取或设置由事务替换的旧值。Gets or sets the old value that is replaced by the transaction.
public:
property System::String ^ PriorValue { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string PriorValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PriorValue : string with get, set
Public Property PriorValue As String
Property Value
一个表示旧值的字符串。A string that represents the old value.
- Attributes