asp.net - Return Database Name Dynamically -


i using entity framework asp.net need return database name dynamically model using following code return empty string

 resturantentities db = new resturantentities();         string databasename = db.connection.database; 

any


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -