이름 | 설명 |
---|---|
BusinessDescriber | Provides functionality to examine types and create ColumnDescriber objects from each of the fields available in the type and not excluded (Adf.Core.ExcludeAttribute). |
ColumnDescriber | |
DictionaryQueryHandler | Repesents a service handler that is dependent to the use of DictionaryState for database tranaction. Provides the actual database handling for Select, Delete, Insert and Update data. Uses a timestamp to check for concurrency. Warning: @@DBTS is used to get the new timestamp after insert or update. Be aware that this works only in the current database, so a view to a diffentent database is not supported! |
InvalidColumnException | |
SqlProvider | Represents database provider that is used for SqlServer database. Provides functionality for connecting to a SQL Server database, managing transaction and generating SQLCommand. |