Click or drag to resize

GeneratorDriverSupportsRdbmsFunctionalityAspect Method

Checks whether the driver of the driver ID current set in this generator supports the aspect specified

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public bool DriverSupportsRdbmsFunctionalityAspect(
	RdbmsFunctionalityAspect aspect
)

Parameters

aspect
Type: SD.LLBLGen.Pro.DBDriverCoreRdbmsFunctionalityAspect
The aspect.

Return Value

Type: Boolean
true if the driver supports this aspect, false otherwise

Implements

IGeneratorDriverSupportsRdbmsFunctionalityAspect(RdbmsFunctionalityAspect)
See Also