SqlModelFactory.TablesList(List<Table>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of TablesList(List<Table>).
public static Azure.Connectors.Sdk.Sql.Models.TablesList TablesList(System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.Table> value = default);
static member TablesList : System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.Table> -> Azure.Connectors.Sdk.Sql.Models.TablesList
Public Shared Function TablesList (Optional value As List(Of Table) = Nothing) As TablesList