DbCommandBuilder.RefreshSchema Método

Definición

Borra los comandos asociados a este DbCommandBuilderobjeto .

public:
 virtual void RefreshSchema();
public virtual void RefreshSchema();
abstract member RefreshSchema : unit -> unit
override this.RefreshSchema : unit -> unit
Public Overridable Sub RefreshSchema ()

Comentarios

Al llamar al RefreshSchema método, se quitan eficazmente todos los objetos a los DbCommand que hace referencia ,SelectCommand

UpdateCommand,

DeleteCommand, y

InsertCommand propiedades.

Se aplica a

Consulte también