Rumah  >  Artikel  >  pangkalan data  >  VB.NET中使用Linq TO SQL添加数据后获得自增长列ID

VB.NET中使用Linq TO SQL添加数据后获得自增长列ID

WBOY
WBOYasal
2016-06-07 17:42:361425semak imbas

VB.NET中使用Linq TO SQL添加数据后获得自增长列ID VB.NET中使用Linq TO SQL添加数据后获得自增长列ID: Dim tempOrdre As New Order With {.CustomerID = cmbCustomerName.SelectedValue.ToString,.ProductID = cmbProductSpec.SelectedValue.ToString,.Pro

VB.NET中使用Linq TO SQL添加数据后获得自增长列ID

VB.NET中使用Linq TO SQL添加数据后获得自增长列ID:

 

Dim tempOrdre As New Order With { .CustomerID = cmbCustomerName.SelectedValue.ToString, .ProductID = cmbProductSpec.SelectedValue.ToString, .ProductNumber = txtProductNumber.Text.Trim, .BatchNO = txtBatchNO.Text.Trim, .OrderDate = dtpOrderDate.Value.ToShortDateString } db.Order.InsertOnSubmit(tempOrdre) Try db.SubmitChanges() ’提交数据库操作 Dim intid As Integer = tempOrdre.OrderID ‘获得自增长列ID MessageBox.Show(intid) ’显示ID Catch ex As Exception Throw New System.Exception(ex.Message, ex.InnerException) End Try

 

 

 

posted on

,美国服务器,香港服务器,香港虚拟主机
Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn