Class SqlDependencyReflectionHelperBase
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public abstract class SqlDependencyReflectionHelperBase
- Inheritance
-
SqlDependencyReflectionHelperBase
- Inherited Members
-
Constructors
SqlDependencyReflectionHelperBase()
protected SqlDependencyReflectionHelperBase()
Properties
HasChanges
public abstract bool HasChanges { get; }
Property Value
- bool
Methods
CreateNew(IDbCommand)
public abstract SqlDependencyReflectionHelperBase CreateNew(IDbCommand command)
Parameters
command
IDbCommand
Returns
- SqlDependencyReflectionHelperBase
Start(string)
public abstract bool Start(string connectionString)
Parameters
connectionString
string
Returns
- bool
Stop(string)
public abstract bool Stop(string connectionString)
Parameters
connectionString
string
Returns
- bool