SqlModelFactory.TablesList(List<Table>) Method

Definition

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

Parameters

value
List<Table>

Returns

Applies to