SchemaId.Explicit Operator
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.
Overloads
Explicit(SchemaId to Int32) | |
Explicit(Int32 to SchemaId) |
Explicit(SchemaId to Int32)
public static explicit operator int (Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId id);
static member op_Explicit : Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId -> int
Public Shared Narrowing Operator CType (id As SchemaId) As Integer
Parameters
- id
- SchemaId
Returns
Applies to
Explicit(Int32 to SchemaId)
public static explicit operator Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId (int id);
static member op_Explicit : int -> Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId
Public Shared Narrowing Operator CType (id As Integer) As SchemaId
Parameters
- id
- Int32
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET