Click or drag to resize
DBCatalogRetrieverDetermineActionRuleValue Method
Determines the action rule value.

Namespace: SD.LLBLGen.Pro.DBDriverCore
Assembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected virtual ForeignKeyRuleAction DetermineActionRuleValue(
	string valueFromMetaData
)

Parameters

valueFromMetaData
Type: SystemString
The value from meta data.

Return Value

Type: ForeignKeyRuleAction
the related ForeignKeyRuleAction to the value specified
See Also