Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
System.Data.OracleClient OracleType.LongVarCharで同等のデータ型を 探していますODP.NET Oracle.DataAccess.Client OracleDbType
System.Data.OracleClient OracleType.LongVarChar
ODP.NET Oracle.DataAccess.Client OracleDbType
例 :-
OracleType.Timestampと同等 OracleDbType.TimeStampです。
OracleType.Timestamp
OracleDbType.TimeStamp
どうすればいいですか?