DbProviderFactoryInfoSetDbProviderFactoryParameterData Method (String, 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.4.0.0 (5.4.0)
Syntax public void SetDbProviderFactoryParameterData(
string dbProviderFactoryInvariantName,
string dbProviderSpecificEnumTypeName,
string dbProviderSpecificEnumTypePropertyName
)
Public Sub SetDbProviderFactoryParameterData (
dbProviderFactoryInvariantName As String,
dbProviderSpecificEnumTypeName As String,
dbProviderSpecificEnumTypePropertyName As String
)
Parameters
- dbProviderFactoryInvariantName
- Type: SystemString
Names of the db provider factory invariants to consider. - dbProviderSpecificEnumTypeName
- Type: SystemString
Name of the db provider specific enum type. - dbProviderSpecificEnumTypePropertyName
- Type: SystemString
Name of the db provider specific enum type property.
See Also