The SqlClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Cache |
Provides access to parameters caching.
|
![]() | CacheAccessTimeout |
Waiting time gain access to the entry of file cache (File).
After this time, if the file entry are not available, an exception is thrown.
|
![]() | CacheBinder |
Type serializer of custom objects.
|
![]() | CacheBufferAccessTimeout |
Waiting time gain access to the buffer of file cache (File).
|
![]() | CacheBufferSize | |
![]() | CacheCustom |
Custom cache type. Used with CacheType and CacheCustomArgs.
|
![]() | CacheCustomArgs |
Array of additional parameters for initialization custom cache.
Used with CacheType and CacheCustom.
|
![]() | CacheDuration |
Duration of storage in the cache entry (in seconds).
|
![]() | CacheName |
Name of the key cache entry (optional).
|
![]() | CachePath | |
![]() | CacheType |
Cache type. Default value is Auto, unless otherwise specified in the parameter NeData:Sql:CacheType of configuration files.
|
![]() | CommandText |
The text of the SQL statements or stored procedure name, you must perform.
|
![]() | CommandTimeout |
Timeout command (in seconds). The default value is 30 seconds.
|
![]() | CommandType |
Command type for CommandText.
Default value Auto, unless otherwise specified in the parameter NeData:Sql:CommandType of configuration file.
|
![]() | ConnectionMode |
Connection mode.
Default value Auto, unless otherwise specified in the parameter NeData:Sql:ConnectionMode of configuration file.
|
![]() | ConnectionString |
Connection string.
Default value: LocalSqlServer.
|
![]() | ConnectionTimeout |
Timeout connecting to the server (in seconds) before an exception.
Default value: zero - used the server configuration.
|
![]() | LastQueryResultsFromCache |
Is True, if the last query result was obtained from the cache.
|
![]() | LastQueryTime |
Elapsed time of the last query to the database.
|
![]() | Parameters |
Collection of query parameters.
|
See Also