.Net Difference IDENT_CURRENT IDENTITY SCOPE_IDENTITY Sql Server SQL Server Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT By Krunal Shah 31 Mar, 2017 @@IDENTITY It will return last or newly inserted record id of any table in current session but it’s not limited t…
.Net Asp.Net c# DataAdapter DataReader DataSet DataTable Difference VB Visual Basic Difference between DataReader, DataSet, DataAdapter and DataTable in C# and VB.Net By Krunal Shah 30 Mar, 2017 DataReader DataReader as the name suggests reads data. DataReader is used for fetching records from the SQL Query …