|
|
|
Auto GenID CUS001 LINQ to SQL VB.NET ครับ |
|
|
|
|
|
|
|
field id เป็น int แบบ auto increament
Code (C#)
int id = (from x in da.table orderby id descending select x.id).First();
string code = string.Format("CUS{0}", id.ToString("000"));
|
|
|
|
|
Date :
2012-08-29 13:21:54 |
By :
ห้ามตอบเกินวันละ 2 กระทู้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code Vb มีไหมครับ
|
|
|
|
|
Date :
2012-08-29 16:59:11 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (VB.NET)
Dim id As Integer = (from x in da.table orderby id descending select x.id).First()
Dim code As String = String.Format("CUS{0}", id.ToString("000"))
|
|
|
|
|
Date :
2012-08-29 21:17:05 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|