阅读背景:

如何在LINQ-to-SQL中编写此交叉应用查询?

来源:互联网 

I have the following tables:

我有以下表格:

create table TableA (
    Id int primary key identity,
    Key int not null
)

create table TableB (
    Id int primary key identity,
    TableA_Id int not null foreign key references TableA(Id),
    Value varchar(80) not null
)
create



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: