SqlModelFactory.SqlItem(Nullable<JsonElement>) 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 SqlItem(Nullable<JsonElement>).
public static Azure.Connectors.Sdk.Sql.Models.SqlItem SqlItem(System.Text.Json.JsonElement? dynamicProperties = default);
static member SqlItem : Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Sql.Models.SqlItem
Public Shared Function SqlItem (Optional dynamicProperties As Nullable(Of JsonElement) = Nothing) As SqlItem
Parameters
- dynamicProperties
- Nullable<JsonElement>