SetDatabaseParameterTypeForClobText Method (ODPOracleProvider)
Syntax
'Declaration
Public Overrides Sub SetDatabaseParameterTypeForClobText( _
ByVal _dbParameter_ As IDbDataParameter, _
ByVal _isParameterUnicode_ As Boolean _
)
public override void SetDatabaseParameterTypeForClobText(
IDbDataParameter _dbParameter_,
bool _isParameterUnicode_
)
Parameters
dbParameter
isParameterUnicode
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
ODPOracleProvider Class
ODPOracleProvider Members
Base Implementation in SetDatabaseParameterTypeForClobText