The DataProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
ClrType |
The CLR type for this property.
(Overrides StructuralPropertyClrType.) |
|
ComplexType |
The ComplexType for this property. This will be null for a simple DataProprty.
|
|
ConcurrencyMode | ||
Custom | (Inherited from StructuralProperty.) | |
DataType |
The DataType for this property. This will be null for a ComplexType DataProperty.
|
|
DefaultValue | ||
DisplayName | (Inherited from StructuralProperty.) | |
EnumTypeName | ||
InverseNavigationProperty | ||
IsAutoIncrementing |
Whether this property is autoincrementing.
|
|
IsComplexProperty | ||
IsConcurrencyProperty | ||
IsDataProperty | (Overrides StructuralPropertyIsDataProperty.) | |
IsEnumType |
Whether this property is an Enum type.
|
|
IsForeignKey | ||
IsInherited | (Inherited from StructuralProperty.) | |
IsNavigationProperty | (Overrides StructuralPropertyIsNavigationProperty.) | |
IsNullable |
Whether this property is nullable.
|
|
IsPartOfKey |
Whether this property is part of this entity type's key.
|
|
IsScalar | (Inherited from StructuralProperty.) | |
IsUnmapped | (Inherited from StructuralProperty.) | |
MaxLength | ||
MetadataStore | (Inherited from StructuralProperty.) | |
Name | (Inherited from StructuralProperty.) | |
NameOnServer | (Inherited from StructuralProperty.) | |
ParentType | (Inherited from StructuralProperty.) | |
RawTypeName | ||
RelatedNavigationProperty | ||
Validators | (Inherited from StructuralProperty.) |
See Also