DBCatalogRetrieverDetermineActionRuleValue Method |
Determines the action rule value.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: 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
)
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