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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET