Skip to content

Commit cb41b60

Browse files
authored
Update Readme.md
1 parent 4ae98a5 commit cb41b60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ViennaNET.Orm/Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
        "nick": "default",
2727
        "dbServerType": "DB2",
2828
        "ConnectionString":
29-
"Database = DBNAME; UserID = user_name; Server = servername: 50000; CurrentSchema = SCHEME;",
30-
        "useCallContext": true
29+
"Database = DBNAME; UserID = user_name; Server = servername: 50000; CurrentSchema = SCHEME;"
3130
      },
3231
      {
3332
        "nick": "mssql",
@@ -42,7 +41,6 @@ For each connection to the database, a separate list item is created containing
4241
* dbServerType - type of database to which the connection is made.
4342
* connectionString - connection string to the database
4443
* encPassword - encrypted password. Substituted in the connection string after decryption. If the connection string already has a clear password, it will be replaced with the decrypted one. If you do not intend to encrypt the password, the field should be blank.
45-
* useCallContext - use an additional task of the execution context if the provider of a particular database supports this option.
4644

4745
3a. If you just need to read the entity from the database, then just create a repository and call the Get method, passing the Id into it.
4846

0 commit comments

Comments
 (0)