MySqlSpecificCreatorSetDbProviderFactoryParameterData Method |
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.DQE.MySql
Assembly:
SD.LLBLGen.Pro.DQE.MySql (in SD.LLBLGen.Pro.DQE.MySql.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public static void SetDbProviderFactoryParameterData(
List<ValuePair<string, string>> dbProviderFactoryInvariantNamesAndEnumTypeNames,
string dbProviderSpecificEnumTypePropertyName
)
Public Shared Sub SetDbProviderFactoryParameterData (
dbProviderFactoryInvariantNamesAndEnumTypeNames As List(Of ValuePair(Of String, String)),
dbProviderSpecificEnumTypePropertyName As String
)
Parameters
- dbProviderFactoryInvariantNamesAndEnumTypeNames
- Type: System.Collections.GenericListValuePairString, String
The database provider factory invariant names and enum type names. - dbProviderSpecificEnumTypePropertyName
- Type: SystemString
Name of the db provider specific enum type property.
See Also