Search Results for

    Show / Hide Table of Contents

    Class SADBCursor

    Inheritance
    System.Object
    DBCursor
    SADBCursor
    Implements
    System.IDisposable
    Inherited Members
    DBCursor.StartLoadingEvent
    DBCursor.DoneLoadingEvent
    DBCursor.BeforePreparingStatementEvent
    DBCursor.Clear(Boolean)
    DBCursor.AddRow(IDictionary<String, Object>)
    DBCursor.Open(String, String, Object[])
    DBCursor.FetchAsync(Int32)
    DBCursor.FetchToEndAsync()
    DBCursor.Fetch(Int32, Boolean)
    DBCursor.FetchToEnd()
    DBCursor.AddColumnSplitterAsync(String, String)
    DBCursor.AddColumnSplitter(String, String)
    DBCursor.RemoveColumnSplitterAsnyc(String)
    DBCursor.Dispose()
    DBCursor.CancelLoading()
    DBCursor.ConvertRowsToListDict(IList<DataRow>, Boolean)
    DBCursor.ConvertRowToDict(DataRow, Boolean)
    DBCursor.PreparedRowsCount
    DBCursor.RowCollection
    DBCursor.ResultTable
    DBCursor.CurrentRowCount
    DBCursor.TotalRowCount
    DBCursor.Columns
    DBCursor.ColumnList
    DBCursor.EndOfResult
    DBCursor.PreparedSqlStatement
    DBCursor.FilterColumns
    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()
    Namespace: Simplic.Framework.DAL
    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
    Type Name Description
    DBCursorBehavior behavior

    Methods

    | Improve this Doc View Source

    GetAdapter()

    Declaration
    protected override DbDataAdapter GetAdapter()
    Returns
    Type Description
    System.Data.Common.DbDataAdapter
    Overrides
    DBCursor.GetAdapter()
    | 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
    DBCursor.GetConnection(String)
    | 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
    DBCursor.IsConnectionError(DbException)
    | 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
    DBCursor.OpenReader(DbCommand)
    | 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
    DBCursor.PrepareStatement(String, IDictionary<String, Object>, Object[])

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx