Click or drag to resize

BcfColumn Properties

[This is preliminary documentation and is subject to change.]

The BcfColumn type exposes the following members.

Properties
  NameDescription
Public propertyAllowNull
Gets a value indicating the cells allow null as Value.
Public propertyColumnId
Gets the column identifier unique in BcfDataSet.
Public propertyDataType
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.
Public propertyFunction
Get the BcfFunction computing the cells.
Public propertyHasConverter
Gets a value indicating Converter is not null.
Public propertyHasDefaultValue
Gets a value indicating DefaultValue is not null.
Public propertyHasDiscardAction
Gets a value indicating DiscardAction is not null.
Public propertyHasFormatter
Gets a value indicating Formatter is not null.
Public propertyHasFunction
Gets a value indicating the cells Value is computed.
Public propertyHasSequence
Gets a value indicating Sequence is not null.
Public propertyHasSurrogateConverter
Gets a value indicating HasSurrogateConverter is not null.
Public propertyHasTrigger
Gets a value indicating Trigger is not null.
Public propertyHasValueConstraint
Gets a value indicating ValueConstraint is not null.
Public propertyIncludeInUndo
Gets a value indicating whether the column values are managed by undo-redo.
Public propertyIndex
Gets the zero-based index of the column in the Table.Columns-collection.
Public propertyIsChildKeyColumn
Gets a value indicating the column is part of a child-key.
Public propertyIsDefined
Gets a value indicating this column is explicit defined in Columns. Columns added by optimizer (AllowOptimize) will return false.
Public propertyIsKeyColumn
Gets a value indicating the column is part of a relation-key (parent or child) or of tables primary key.
Public propertyIsOptimizerColumn
Gets a value indicating whether this column is created by optimizer or not.
Public propertyIsParentKeyColumn
Gets a value indicating the column is part of a parent-key.
Public propertyIsPrimaryKeyColumn
Gets a value indicating the column is part of tables PrimaryKey.
Public propertyIsRelationKeyColumn
Gets a value indicating the column is part of a relation-key (parent or child).
Public propertyName
Gets the columns name.
Public propertyShouldPersist
Gets a value indicating whether the column values should be persisted when saving data.
Public propertyTable
Gets the BcfTable the column belongs to.
Public propertyValueType
Gets the type of the cells Value property.
Public propertyValueTypeIsClass
Gets a value indicating ValueType is a class.
Public propertyValueTypeIsNotNullableStruct
Public propertyValueTypeIsNullableStruct
Top
See Also