我有以下代码在OnInit方法中添加控件。
this.form = new FormGroup({});
this.form.addControl('select', new FormControl(''));
添加控件后,我无法将值设置为控件;
this.form.controls['select'].SetValue()
但它的抛出异常选择为undefined
答案 0 :(得分:0)
您是否使用using (var context = new Context())
{
var quotes = context.Quote.SqlQuery("SELECT * FROM dbo.Quote").ToList();
}
的{{1}}方法检查了相同内容:
get