Giter Club home page Giter Club logo

Comments (3)

datachomp avatar datachomp commented on August 16, 2024

Are you talking about something like:

var result = tbl.Query("SELECT * FROM Articles a INNER JOIN Comments C on a.commentid = C.CommentID");

from massive.

azamsharp avatar azamsharp commented on August 16, 2024

Hi,

Hmm I guess yes! I thought I could somehow do this:

var article = // get the article

article.Comments.

Also, how do I insert Comments into the Comments table. I guess I have to
use a query with the Insert command.

On Thu, Jun 16, 2011 at 12:52 PM, DataChomp <
[email protected]>wrote:

Are you talking about something like:

var result = tbl.Query("SELECT * FROM Articles a INNER JOIN COMMENTS C on
a.commentid = C.CommentID");

Reply to this email directly or view it on GitHub:
#60 (comment)

Mohammad Azam
MVP (Most Valuable Professional)
www.highoncoding.com
www.azamsharp.com
Check out my iPhone app "ABC Pop" *
http://itunes.apple.com/us/app/abc-pop/id392527680?mt=8*http://itunes.apple.com/us/app/abc-pop/id392527680?mt=8

from massive.

robconery avatar robconery commented on August 16, 2024

If you want that you can create a property on Article that returns Comments for that article explicitly - I don't want to mine relationships.

from massive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.