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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.