初始化
This commit is contained in:
11
RCU-10/RCU/ADODB/Recordset.vb
Normal file
11
RCU-10/RCU/ADODB/Recordset.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Namespace ADODB
|
||||
Friend Class Recordset
|
||||
Friend Function Fields(v As String) As Object
|
||||
Throw New NotImplementedException()
|
||||
End Function
|
||||
|
||||
Friend Sub Close()
|
||||
Throw New NotImplementedException()
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user