Generate get set methods for C# using SQL
You have to write your own table name instead of ‘YOUR TABLE NAME’ to generate C# get set methods.
Generate get set methods for C# using SQL Read More »
You have to write your own table name instead of ‘YOUR TABLE NAME’ to generate C# get set methods.
Generate get set methods for C# using SQL Read More »
We have two ways: First one is: We write above line just after the insert query. Then it will return the last inserted record’s identity column value. Second one is: We can write above line any where in the query window. This is will return last inserted record of specific table. Here OrderMaster is the
How to get last inserted record id from table? Read More »
You have to write following thing:
How to convert any date or datetime to specific string format? Read More »