DbProviderFactoryInfoSetDbProviderFactoryParameterData Method (ListValuePairString, String, String) | 
 
            Sets the db provider factory parameter data. This will influence which DbProviderFactory is used and which enum types the field persistence info
            field type names are resolved to.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic void SetDbProviderFactoryParameterData(
	List<ValuePair<string, string>> dbProviderFactoryInvariantNamesWithEnumTypeNames,
	string dbProviderSpecificEnumTypePropertyName
)
Public Sub SetDbProviderFactoryParameterData ( 
	dbProviderFactoryInvariantNamesWithEnumTypeNames As List(Of ValuePair(Of String, String)),
	dbProviderSpecificEnumTypePropertyName As String
)
Parameters
- dbProviderFactoryInvariantNamesWithEnumTypeNames
 - Type: System.Collections.GenericListValuePairString, String
Names of the db provider factory invariants to consider. The first one found is used.
            The second value in the pair is the name of the enum type. - dbProviderSpecificEnumTypePropertyName
 - Type: SystemString
Name of the db provider specific enum type property. 
See Also