Interface IRowSetInternal
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSetInternal.html
public interface IRowSetInternal
Properties
Connection
Connection Connection { get; }
Property Value
Original
ResultSet Original { get; }
Property Value
OriginalRow
ResultSet OriginalRow { get; }
Property Value
Params
object[] Params { get; }
Property Value
- object[]
Methods
SetMetaData(RowSetMetaData)
void SetMetaData(RowSetMetaData arg0)