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
Post a Comment