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
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