DbDataAdapter.DefaultSourceTableName Campo
Definição
O nome padrão usado pelo objeto DataAdapter para mapeamentos de tabela.The default name used by the DataAdapter object for table mappings.
public: System::String ^ DefaultSourceTableName;
public const string DefaultSourceTableName;
val mutable DefaultSourceTableName : string
Public Const DefaultSourceTableName As String
Valor do campo
Comentários
"Table" é o nome padrão usado pelo DataAdapter objeto para mapeamentos de tabela."Table" is the default name used by the DataAdapter object for table mappings.
DefaultSourceTableName é quando um aplicativo adiciona um mapeamento de tabela a ser usado com Fill , mas não especifica um DataTable nome.DefaultSourceTableName is when an application adds a table mapping to be used with Fill, but does not specify a DataTable name.