BcfColumn Properties |
[This is preliminary documentation and is subject to change.]
The BcfColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowNull |
Gets a value indicating the cells allow null as Value.
| |
| ColumnId |
Gets the column identifier unique in BcfDataSet.
| |
| DataType | ||
| Function |
Get the BcfFunction computing the cells.
| |
| HasConverter |
Gets a value indicating Converter is not null.
| |
| HasDefaultValue |
Gets a value indicating DefaultValue is not null.
| |
| HasDiscardAction |
Gets a value indicating DiscardAction is not null.
| |
| HasFormatter |
Gets a value indicating Formatter is not null.
| |
| HasFunction |
Gets a value indicating the cells Value is computed.
| |
| HasSequence |
Gets a value indicating Sequence is not null.
| |
| HasSurrogateConverter |
Gets a value indicating HasSurrogateConverter is not null.
| |
| HasTrigger |
Gets a value indicating Trigger is not null.
| |
| HasValueConstraint |
Gets a value indicating ValueConstraint is not null.
| |
| IncludeInUndo |
Gets a value indicating whether the column values are managed by undo-redo.
| |
| Index | ||
| IsChildKeyColumn |
Gets a value indicating the column is part of a child-key.
| |
| IsDefined |
Gets a value indicating this column is explicit defined in Columns. Columns added by optimizer (AllowOptimize) will return false.
| |
| IsKeyColumn |
Gets a value indicating the column is part of a relation-key (parent or child) or of tables primary key.
| |
| IsOptimizerColumn |
Gets a value indicating whether this column is created by optimizer or not.
| |
| IsParentKeyColumn |
Gets a value indicating the column is part of a parent-key.
| |
| IsPrimaryKeyColumn |
Gets a value indicating the column is part of tables PrimaryKey.
| |
| IsRelationKeyColumn |
Gets a value indicating the column is part of a relation-key (parent or child).
| |
| Name |
Gets the columns name.
| |
| ShouldPersist |
Gets a value indicating whether the column values should be persisted when saving data.
| |
| Table |
Gets the BcfTable the column belongs to.
| |
| ValueType |
Gets the type of the cells Value property.
| |
| ValueTypeIsClass |
Gets a value indicating ValueType is a class.
| |
| ValueTypeIsNotNullableStruct | ||
| ValueTypeIsNullableStruct |