Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Data.SqlMap.Configuration
Inheritance:
TSqlMapXmlConfigBuilder
»
TSqlMapXmlConfiguration
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Events
Methods
Name
Description
P
attachCacheModels
Set the cache for each statement having a cache model property.
configure
Configure the TSqlMapManager using the given xml file.
P
createObjectFromNode
Create an instance of an object give by the attribute named 'class' in the node and set the properties on the object given by attribute names and values. (inherited from
TSqlMapXmlConfigBuilder
)
P
getAbsoluteFilePath
Gets the filename relative to the basefile. (inherited from
TSqlMapXmlConfigBuilder
)
P
getConfigFile
.
P
getElementByIdValue
Get element node by ID value (try for attribute name ID as case insensitive). (inherited from
TSqlMapXmlConfigBuilder
)
getManager
.
P
loadDatabaseConnection
Load the database connection tag.
P
loadGlobalProperty
Load global replacement property.
P
loadSqlMappingFiles
Load SqlMap mapping configuration.
P
loadTypeHandler
Load the type handler configurations.
P
loadXmlDocument
Load document using simple xml. (inherited from
TSqlMapXmlConfigBuilder
)
replaceProperties
Replace the place holders ${name} in text with properties the corresponding global property value.
P
resolveResultMapping
Resolve nest result mappings.
P
setObjectPropFromNode
For each attributes (excluding attribute named in $except) set the property of the $obj given by the name of the attribute with the value of the attribute. (inherited from
TSqlMapXmlConfigBuilder
)
Derived classes