Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7565273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:06:43+00:00 2026-05-30T14:06:43+00:00

If I start by pointing you to this question here , which was perfectly

  • 0

If I start by pointing you to this question here, which was perfectly answered for what I needed, only for one problem of trying to be able to point a transaction back to the client.

Is anyone able to help with this? Thanks again in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T14:06:44+00:00Added an answer on May 30, 2026 at 2:06 pm

    You need bi-directional association. This means that Client has a reference to Transactions and visa versa.

    You already have the Client to Transactions covered. There is nothing in the implementation of List Of(T) that will provide a reference from the child elements to the parent (Or to the parent of the List to be more accurate).

    You have provide the implementation yourself. One approach is:

    Public Class Transaction
        Private ReadOnly _client as Client
    
        Sub New (client As Client)
            _client = client
        End Sub
    End Class
    

    Thereby enforcing the rule that each transaction should be associated to a client.

    Usage would then be:

    Dim cl as new Client()
    cl.Transactions.Add(new Transaction(cl))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Code styling question here. I looked at this question which asks if the .NET
This is a follow up question from my previous one found here I need
/* I start with this: */ <Report> <prop1>4</prop1> <prop2>2255</prop2> <prop3>true</prop3> <prop4>false</prop4> <prop5>true</prop5> </Report> /*
Using multimethods we are able to add methods to existing Java classes. My question
Here's a little problem I've been thinking about for a while now that I
The question I have here is sort of a 2 parter. I have a
This is my first time using stackoverflow for a question, I have read a
I have two dev servers, one is PHP version 5.3.1 which is on my
Situation / Question Here's the situation. In Flash Professional, I have a MovieClip and
I have the following problem: I have a Wintec WBT-202 GPS device which has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.