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.3.0.0 (5.3.0)
Syntax protected virtual ForeignKeyRuleAction DetermineActionRuleValue(
string valueFromMetaData
)
Protected Overridable Function DetermineActionRuleValue (
valueFromMetaData As String
) As ForeignKeyRuleAction
Parameters
- valueFromMetaData
- Type: SystemString
The value from meta data.
Return Value
Type:
ForeignKeyRuleActionthe related ForeignKeyRuleAction to the value specified
See Also