目录方法一:使用SSMS工具创建1、在SSMS工具左侧的对象资源管理器2、在弹出的新建数据库对话框中填入要创建的数据库名称3、设置完成后点击确定4、注意事项方法二:使用T-SQL语句创建1、点击新建查询2、输入T-SQL语句
How do I get the selected item in a WPF datagrid?Tried the following, with no luck; dataGrid1.CurrentCell.Item.ToString();