BcfColumnT Properties |
[This is preliminary documentation and is subject to change.]
The BcfColumnT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowNull |
Gets a value indicating the cells allow null as Value.
(Inherited from BcfColumn.) | |
| ColumnId |
Gets the column identifier unique in BcfDataSet.
(Inherited from BcfColumn.) | |
| ContentEqualityComparison |
Gets or sets the content equality comparison.
| |
| Converter |
Gets or sets the convert function.
| |
| DataType |
Gets the not-nullable type of the cells Value property. If value type is a nullable struct; the type-argument of NullableT will be returned; otherwise ValueType.
(Inherited from BcfColumn.) | |
| DefaultValue |
Gets or sets the default value.
| |
| DiscardAction |
Gets the discard action.
| |
| EqualityComparer |
Gets or sets the equality comparer.
| |
| Formatter |
Gets or sets the format function.
| |
| Function |
Gets the BcfFunction used to calculate the values in this column.
| |
| HasConverter |
Gets a value indicating Converter is not null.
(Inherited from BcfColumn.) | |
| HasDefaultValue |
Gets a value indicating DefaultValue is not null.
(Inherited from BcfColumn.) | |
| HasDiscardAction |
Gets a value indicating DiscardAction is not null.
(Inherited from BcfColumn.) | |
| HasFormatter |
Gets a value indicating Formatter is not null.
(Inherited from BcfColumn.) | |
| HasFunction |
Gets a value indicating the cells Value is computed.
(Inherited from BcfColumn.) | |
| HasSequence |
Gets a value indicating Sequence is not null.
(Inherited from BcfColumn.) | |
| HasSurrogateConverter |
Gets a value indicating HasSurrogateConverter is not null.
(Inherited from BcfColumn.) | |
| HasTrigger |
Gets a value indicating Trigger is not null.
(Inherited from BcfColumn.) | |
| HasValueConstraint |
Gets a value indicating ValueConstraint is not null.
(Inherited from BcfColumn.) | |
| IncludeInUndo |
Gets a value indicating whether the column values are managed by undo-redo.
(Inherited from BcfColumn.) | |
| Index | (Inherited from BcfColumn.) | |
| IsChildKeyColumn |
Gets a value indicating the column is part of a child-key.
(Inherited from BcfColumn.) | |
| IsDefined |
Gets a value indicating this column is explicit defined in Columns. Columns added by optimizer (AllowOptimize) will return false.
(Inherited from BcfColumn.) | |
| IsKeyColumn |
Gets a value indicating the column is part of a relation-key (parent or child) or of tables primary key.
(Inherited from BcfColumn.) | |
| IsOptimizerColumn |
Gets a value indicating whether this column is created by optimizer or not.
(Inherited from BcfColumn.) | |
| IsParentKeyColumn |
Gets a value indicating the column is part of a parent-key.
(Inherited from BcfColumn.) | |
| IsPrimaryKeyColumn |
Gets a value indicating the column is part of tables PrimaryKey.
(Inherited from BcfColumn.) | |
| IsRelationKeyColumn |
Gets a value indicating the column is part of a relation-key (parent or child).
(Inherited from BcfColumn.) | |
| Name |
Gets the columns name.
(Inherited from BcfColumn.) | |
| Sequence |
Gets or sets the sequence.
| |
| ShouldPersist |
Gets a value indicating whether the column values should be persisted when saving data.
(Inherited from BcfColumn.) | |
| Table |
Gets the BcfTable the column belongs to.
(Inherited from BcfColumn.) | |
| Trigger |
Gets or sets the trigger action.
| |
| ValueConstraint |
Gets or sets the value-constraint function.
| |
| ValueType |
Gets the type of the cells Value property.
(Inherited from BcfColumn.) | |
| ValueTypeIsClass |
Gets a value indicating ValueType is a class.
(Inherited from BcfColumn.) | |
| ValueTypeIsNotNullableStruct | (Inherited from BcfColumn.) | |
| ValueTypeIsNullableStruct | (Inherited from BcfColumn.) |