Class SADBCursor
Inheritance
System.Object
SADBCursor
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Framework.DAL.dll
Syntax
public class SADBCursor : DBCursor, IDisposable
Constructors
|
Improve this Doc
View Source
SADBCursor(DBCursorBehavior)
Declaration
public SADBCursor(DBCursorBehavior behavior)
Parameters
Methods
|
Improve this Doc
View Source
GetAdapter()
Declaration
protected override DbDataAdapter GetAdapter()
Returns
Type |
Description |
System.Data.Common.DbDataAdapter |
|
Overrides
|
Improve this Doc
View Source
GetConnection(String)
Declaration
protected override DbConnection GetConnection(string connectionName)
Parameters
Type |
Name |
Description |
System.String |
connectionName |
|
Returns
Type |
Description |
System.Data.Common.DbConnection |
|
Overrides
|
Improve this Doc
View Source
IsConnectionError(DbException)
Declaration
protected override bool IsConnectionError(DbException exception)
Parameters
Type |
Name |
Description |
System.Data.Common.DbException |
exception |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
OpenReader(DbCommand)
Declaration
protected override DbDataReader OpenReader(DbCommand command)
Parameters
Type |
Name |
Description |
System.Data.Common.DbCommand |
command |
|
Returns
Type |
Description |
System.Data.Common.DbDataReader |
|
Overrides
|
Improve this Doc
View Source
PrepareStatement(String, IDictionary<String, Object>, Object[])
Declaration
protected override DbCommand PrepareStatement(string statement, IDictionary<string, object> namedParameters, params object[] parameters)
Parameters
Type |
Name |
Description |
System.String |
statement |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
namedParameters |
|
System.Object[] |
parameters |
|
Returns
Type |
Description |
System.Data.Common.DbCommand |
|
Overrides
Implements
System.IDisposable