IGeneratorDriverSupportsRdbmsFunctionalityAspect Method |
Checks whether the driver of the driver ID current set in this generator supports the aspect specified
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax bool DriverSupportsRdbmsFunctionalityAspect(
RdbmsFunctionalityAspect aspect
)
Function DriverSupportsRdbmsFunctionalityAspect (
aspect As RdbmsFunctionalityAspect
) As Boolean
Parameters
- aspect
- Type: SD.LLBLGen.Pro.DBDriverCoreRdbmsFunctionalityAspect
The aspect.
Return Value
Type:
Booleantrue if the driver supports this aspect, false otherwise
See Also