你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityProperty 类

定义

public sealed class EntityProperty : IEquatable<Microsoft.WindowsAzure.Storage.Table.EntityProperty>
type EntityProperty = class
    interface IEquatable<EntityProperty>
Public NotInheritable Class EntityProperty
Implements IEquatable(Of EntityProperty)
继承
EntityProperty
实现

构造函数

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)

属性

BinaryValue
BooleanValue
DateTime
DateTimeOffsetValue
DoubleValue
GuidValue
Int32Value
Int64Value
PropertyAsObject
PropertyType
StringValue

方法

CreateEntityPropertyFromObject(Object)
Equals(EntityProperty)
Equals(Object)
GeneratePropertyForBool(Nullable<Boolean>)
GeneratePropertyForByteArray(Byte[])
GeneratePropertyForDateTimeOffset(Nullable<DateTimeOffset>)
GeneratePropertyForDouble(Nullable<Double>)
GeneratePropertyForGuid(Nullable<Guid>)
GeneratePropertyForInt(Nullable<Int32>)
GeneratePropertyForLong(Nullable<Int64>)
GeneratePropertyForString(String)
GetHashCode()

适用于