Name | Description | |
---|---|---|
DataSetField Constructor | Overloaded. |
The following tables list the members exposed by DataSetField.
Name | Description | |
---|---|---|
DataSetField Constructor | Overloaded. |
Name | Description | |
---|---|---|
DataField | Gets or sets the name of the corresponding DB field in the query.
If this property is not empty, the field is a data field (as opposed to a calculated field). | |
Expression | Gets the Expression used to calculate the value of the current field.
If this expression is not empty, the field is a calculated field (as opposed to a data field). | |
ExpressionText | Gets or sets the text of the Expression used to calculate the value of the current field.
This is a shortcut to the Expression.Text property on the expression returned by Expression. | |
Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem) | |
Owner | Gets the C1.C1Preview.NamedCollection containing the current object. (Inherited from C1.C1Preview.NamedCollectionItem) |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Assigns (copies) properties from another DataSetField to the current object. | |
Clone | Creates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem) |
Name | Description | |
---|---|---|
SetNameInt | For internal use. (Inherited from C1.C1Preview.NamedCollectionItem) |