EntityProperty Constructors
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
EntityProperty(Byte[])
public EntityProperty (byte[] input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : byte[] -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Byte())
Parameters
- input
- Byte[]
Applies to
EntityProperty(Nullable<Boolean>)
EntityProperty(Nullable<DateTime>)
EntityProperty(Nullable<DateTimeOffset>)
public EntityProperty (DateTimeOffset? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of DateTimeOffset))
Parameters
- input
- Nullable<DateTimeOffset>
Applies to
EntityProperty(Nullable<Double>)
EntityProperty(Nullable<Guid>)
EntityProperty(Nullable<Int32>)
EntityProperty(Nullable<Int64>)
EntityProperty(String)
public EntityProperty (string input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : string -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As String)
Parameters
- input
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET