Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
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
See Also