コード例 #1
0
ファイル: OdbcCommand.cs プロジェクト: yuyixiaoxiang/runtime
 internal OdbcDescriptorHandle GetDescriptorHandle(ODBC32.SQL_ATTR attribute)
 {
     return(_cmdWrapper.GetDescriptorHandle(attribute));
 }