Connection String
Classic SQL Connection
Asp NET MVC Global asax Connection
Database Operations
Easily Insert a Record to The Table
Set fields with values and call Insert() method. Thats all.
If you want to encrypt sensitive text please use dEncryption() method. Before using must set Crypto Key. The key also need when you want to decrypt enrypted text
Easily Update a Record on The Table
Set fields to "where" object to which record(s) you need to update. Set other fields with values (to want update) and call Update() method. Thats all.
Stored Procedure with Select Return(s)
Set fields with values and call ExecuteSPDataSet() method. Thats all.
Delete
Easy delete a record/or records from the table
Marge (Insert/Update together)
This method based on MS-SQL MERGE sql command. When don't know the record is present or not. But you want to be present in any cases.
Select records from Table/View
Select record(s) from a Table or View. Select clause is same with common T-SQL language. This query not only for simple select, you can be write complex query that include multiple tables, group by or anything that have result.
Crypto
Set Crypto Key
Set any string for Encryption() or Decryption() methods. For good cryptology please use minimum 5 characters length.
Encryption
Cryptology methods are work with extensions. Works with any variables or objects with string type
Decryption
Cryptology methods are work with extensions. Works with any variables or objects with string type
Convert Extensions
Some examples for conversion... If any convert error return default in own type.
For String = ""
For Double = 0.0
For Long = 0