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.11.0.0 (5.11.23.1114)
Syntaxprotected 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