TableSelectionSet 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TableSelectionSet() | |
TableSelectionSet(IEnumerable<String>) | |
TableSelectionSet(IEnumerable<String>, IEnumerable<String>) |
TableSelectionSet()
public TableSelectionSet ();
Public Sub New ()
适用于
TableSelectionSet(IEnumerable<String>)
public TableSelectionSet (System.Collections.Generic.IEnumerable<string> tables);
new Microsoft.EntityFrameworkCore.Scaffolding.TableSelectionSet : seq<string> -> Microsoft.EntityFrameworkCore.Scaffolding.TableSelectionSet
Public Sub New (tables As IEnumerable(Of String))
参数
- tables
- IEnumerable<String>
适用于
TableSelectionSet(IEnumerable<String>, IEnumerable<String>)
public TableSelectionSet (System.Collections.Generic.IEnumerable<string> tables, System.Collections.Generic.IEnumerable<string> schemas);
new Microsoft.EntityFrameworkCore.Scaffolding.TableSelectionSet : seq<string> * seq<string> -> Microsoft.EntityFrameworkCore.Scaffolding.TableSelectionSet
Public Sub New (tables As IEnumerable(Of String), schemas As IEnumerable(Of String))
参数
- tables
- IEnumerable<String>
- schemas
- IEnumerable<String>