/// <summary> /// This API supports the Entity Framework infrastructure and is not intended to be used directly from your code. /// </summary> /// <param name="transaction">This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.</param> /// <param name="designerTransaction">This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.</param> public XmlTransactionEventArgs(XmlTransaction transaction, bool designerTransaction) { _tx = transaction; _designerTransaction = designerTransaction; }