ImportableField Properties |
The ImportableField type exposes the following members.
| Name | Description | |
|---|---|---|
| Description |
Gets or sets the description of this Field
| |
| Direction |
Gets or sets the direction.
| |
| FieldIndex |
Gets or sets the index of the field.
| |
| FieldType |
Gets or sets the type of the field. This is the FieldTypeForXML value as defined on the source IFieldType element. If the type is a valuetype,
it has already been adjusted to the name specified for the valuetype in the first level information.
| |
| IsAutoCreatedFkField |
Gets or sets a value indicating whether this instance is auto created fk field.
| |
| IsDiscriminator |
Gets or sets a value indicating whether this instance is the discriminator field of the containing entity. Ignored in value types.
| |
| IsOptional |
Gets or sets a value indicating whether this field is optional .
| |
| IsPartOfIdentifyingFields |
Gets or sets a value indicating whether this instance is part of the identifying fields
| |
| IsReadOnly |
Gets or sets the IsReadOnly flag
| |
| MaxLength |
Gets or sets the maximum length of this field.
| |
| Name |
Gets or sets the name of this Field
| |
| Precision |
Gets or sets the precision.
| |
| Scale |
Gets or sets the scale.
|