OracleSpecificCreatorDetermineDbTypeNameForValue Method |
Determines the db type name for value.
Namespace: SD.LLBLGen.Pro.DQE.OracleAssemblies: SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.0.0.0 (5.0.0)
SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.0.0.0 (5.0.0)
Syntax public override string DetermineDbTypeNameForValue(
Object value,
out Object realValueToUse
)
Public Overrides Function DetermineDbTypeNameForValue (
value As Object,
<OutAttribute> ByRef realValueToUse As Object
) As String
Parameters
- value
- Type: SystemObject
The value. - realValueToUse
- Type: SystemObject
The real value to use. Normally it's the same as value, but in cases where value as a type isn't supported, the
value is converted to a value which is supported.
Return Value
Type:
StringThe name of the provider specific DbType enum name for the value specified
Implements
IDbSpecificCreatorDetermineDbTypeNameForValue(Object, Object)See Also