EntityProperty Constructors

Definition

Overloads

EntityProperty(Byte[])
EntityProperty(Nullable<Boolean>)
EntityProperty(Nullable<DateTime>)
EntityProperty(Nullable<DateTimeOffset>)
EntityProperty(Nullable<Double>)
EntityProperty(Nullable<Guid>)
EntityProperty(Nullable<Int32>)
EntityProperty(Nullable<Int64>)
EntityProperty(String)

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

public EntityProperty (bool? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<bool> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of Boolean))

Parameters

input
Nullable<Boolean>

Applies to

EntityProperty(Nullable<DateTime>)

public EntityProperty (DateTime? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<DateTime> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of DateTime))

Parameters

Applies to

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

Applies to

EntityProperty(Nullable<Double>)

public EntityProperty (double? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<double> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of Double))

Parameters

input
Nullable<Double>

Applies to

EntityProperty(Nullable<Guid>)

public EntityProperty (Guid? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<Guid> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of Guid))

Parameters

input
Nullable<Guid>

Applies to

EntityProperty(Nullable<Int32>)

public EntityProperty (int? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<int> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of Integer))

Parameters

input
Nullable<Int32>

Applies to

EntityProperty(Nullable<Int64>)

public EntityProperty (long? input);
new Microsoft.WindowsAzure.Storage.Table.EntityProperty : Nullable<int64> -> Microsoft.WindowsAzure.Storage.Table.EntityProperty
Public Sub New (input As Nullable(Of Long))

Parameters

input
Nullable<Int64>

Applies to

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