This documentation is archived and is not being maintained.
MetaChildrenColumn Properties
Visual Studio 2010
The MetaChildrenColumn type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowInitialValue | Gets or sets a value that specifies whether a column enables a value to be inserted. (Inherited from MetaColumn.) |
|
ApplyFormatInEditMode | Gets a value that indicates whether the formatting string specified by the DataFormatString property is applied to field values when the data-bound control that contains the data field that is represented by the MetaColumn object is in edit mode. (Inherited from MetaColumn.) |
|
Attributes | Gets the collection of metadata attributes that apply to the data field represented by the MetaColumn object. (Inherited from MetaColumn.) |
|
ChildTable | Gets an object that represents the child table of the one-to-many relationship. |
|
ColumnInOtherTable | Gets an object that represents the foreign-key field in the child table. |
|
ColumnType | Gets the data field type. (Inherited from MetaColumn.) |
|
ConvertEmptyStringToNull | Gets a value that indicates whether empty string values ("") are automatically converted to nullptr values when the data field is updated in the data source. (Inherited from MetaColumn.) |
|
DataFormatString | Gets the string that specifies the display format for the field value. (Inherited from MetaColumn.) |
|
DataTypeAttribute | Gets the DataTypeAttribute attribute that is applied to the data field. (Inherited from MetaColumn.) |
|
DefaultValue | Gets the default value for the data field. (Inherited from MetaColumn.) |
|
Description | Gets the description for the data field. (Inherited from MetaColumn.) |
|
DisplayName | Gets the display name for the data field. (Inherited from MetaColumn.) |
|
EntityTypeProperty | Gets an object that contains attributes of the property that represents the data field in the entity type. (Inherited from MetaColumn.) |
|
FilterUIHint | Gets the FilterUIHint value that is used for the column. (Inherited from MetaColumn.) |
|
HtmlEncode | Gets a value that indicates whether field values are HTML-encoded before they are displayed in a data-bound control. (Inherited from MetaColumn.) |
|
IsBinaryData | Gets a value that indicates whether the data field contains binary data. (Inherited from MetaColumn.) |
|
IsCustomProperty | Gets a value that indicates whether the data field exists in the database. (Inherited from MetaColumn.) |
|
IsFloatingPoint | Gets a value that indicates whether the data field is a floating-point type. (Inherited from MetaColumn.) |
|
IsForeignKeyComponent | Gets a value that indicates whether the data field is part of a foreign key. (Inherited from MetaColumn.) |
|
IsGenerated | Gets a value that indicates whether the data field value is automatically generated in the database. (Inherited from MetaColumn.) |
|
IsInteger | Gets a value that indicates whether the data field type is an integer type. (Inherited from MetaColumn.) |
|
IsLongString | Gets a value that indicates whether the data field type can contain long strings. (Inherited from MetaColumn.) |
|
IsManyToMany | Gets a value that indicates the many-to-many relationship status of the column. |
|
IsPrimaryKey | Gets a value that indicates whether the data field is part of the table's primary key. (Inherited from MetaColumn.) |
|
IsReadOnly | Gets a value that indicates whether the data field is read-only. (Inherited from MetaColumn.) |
|
IsRequired | Gets a value that indicates whether the data field requires a value. (Inherited from MetaColumn.) |
|
IsString | Gets a value that indicates whether the data field type is a string type. (Inherited from MetaColumn.) |
|
MaxLength | Gets a value that indicates the maximum length of data that can be stored in the data field. (Inherited from MetaColumn.) |
|
Model | Gets the MetaModel object that represents the data model that this data field belongs to. (Inherited from MetaColumn.) |
|
Name | Gets the name of the data field. (Inherited from MetaColumn.) |
|
NullDisplayText | Gets the caption that is displayed for a field when the field's value is nullptr. (Inherited from MetaColumn.) |
|
Prompt | Gets a value that can be used as a watermark in the UI that is bound to data in the column. (Inherited from MetaColumn.) |
|
Provider | Gets the abstraction provider object that is used to generate the MetaColumn object. (Inherited from MetaColumn.) |
|
RequiredErrorMessage | Gets the error message that is displayed when the data field requires a value but its value is empty. (Inherited from MetaColumn.) |
|
Scaffold | Gets a value that indicates whether the data field should be displayed. (Inherited from MetaColumn.) |
|
ShortDisplayName | Gets the short name for the column. (Inherited from MetaColumn.) |
|
SortExpression | Gets the expression that is used to determine the sort order for the data field. (Inherited from MetaColumn.) |
|
Table | Gets the MetaTable object that represents the table that the data field belongs to. (Inherited from MetaColumn.) |
|
TypeCode | Gets the type of the data field. (Inherited from MetaColumn.) |
|
UIHint | Gets the name of the field template specified for the data field. (Inherited from MetaColumn.) |
Show: