set_InitialCatalog()

SqlConnectionStringBuilder::set_InitialCatalog(const String&) method

Sets name of database associated with connection.

void System::Data::SqlClient::SqlConnectionStringBuilder::set_InitialCatalog(const String &value)

Arguments

ParameterTypeDescription
valueconst String&Database name.

See Also