Compartilhar via


DataConnection Classe

Definição

public ref class DataConnection : IDisposable, Microsoft::RuleEngine::ITypedDataConnection
public class DataConnection : IDisposable, Microsoft.RuleEngine.ITypedDataConnection
type DataConnection = class
    interface ITypedDataConnection
    interface IDisposable
Public Class DataConnection
Implements IDisposable, ITypedDataConnection
Herança
DataConnection
Implementações

Construtores

DataConnection(String, String, OleDbConnection, OleDbTransaction)
DataConnection(String, String, OleDbConnection)
DataConnection(String, String, SqlConnection, SqlTransaction)
DataConnection(String, String, SqlConnection)

Propriedades

DataSetName
TableName
TypeName

Métodos

Dispose()
Dispose(Boolean)
OnAssert(IRuleSetExecutor)
OnClear(IRuleSetExecutor)
OnQueryComplete(IRuleSetExecutor, DataTable)
OnRetract(IRuleSetExecutor)
OnUpdate(IRuleSetExecutor)
Update()

Aplica-se a