SqlModelFactory.TableSortRestrictionsMetadata 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 TableSortRestrictionsMetadata(Nullable<Boolean>, List<String>, List<String>).
public static Azure.Connectors.Sdk.Sql.Models.TableSortRestrictionsMetadata TableSortRestrictionsMetadata(bool? sortable = default, System.Collections.Generic.List<string> unsortableProperties = default, System.Collections.Generic.List<string> ascendingOnlyProperties = default);
static member TableSortRestrictionsMetadata : Nullable<bool> * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.Sql.Models.TableSortRestrictionsMetadata
Public Shared Function TableSortRestrictionsMetadata (Optional sortable As Nullable(Of Boolean) = Nothing, Optional unsortableProperties As List(Of String) = Nothing, Optional ascendingOnlyProperties As List(Of String) = Nothing) As TableSortRestrictionsMetadata