DbDataAdapter.DefaultSourceTableName Pole

Definicja

Domyślna nazwa używana przez DataAdapter obiekt do mapowania tabel.

public: System::String ^ DefaultSourceTableName;
public const string DefaultSourceTableName;
val mutable DefaultSourceTableName : string
Public Const DefaultSourceTableName As String 

Wartość pola

Uwagi

"Tabela" jest domyślną nazwą używaną DataAdapter przez obiekt do mapowania tabel.

DefaultSourceTableName to, gdy aplikacja dodaje mapowanie tabeli do użycia z elementem Fill, ale nie określa DataTable nazwy.

Dotyczy

Zobacz też