ObjectStoreColumn Constructor | [To be supplied.] |
AllowNull (inherited from DataColumn) | Gets or sets a value indicating whether null values are allowed in this column for rows belonging to the table. |
Attribute (inherited from DataColumn) | Gets or sets a value indicating whether the column is an attribute column. |
AutoIncrement (inherited from DataColumn) | Gets or sets a value indicating whether the column automatically increments the value of the column for new rows added to the table. |
AutoIncrementSeed (inherited from DataColumn) | Gets or sets the starting value for a column that has its AutoIncrement property set to true. |
AutoIncrementStep (inherited from DataColumn) | Gets or sets the increment used by a column with its AutoIncrement property set to true. |
AutoIncrementSupported (inherited from DataColumn) | Gets a value indicating whether AutoIncrement is supported. |
Caption (inherited from DataColumn) | Gets or sets the caption for this column. |
ColumnName (inherited from DataColumn) | Gets or sets the name of the column within the ColumnsCollection. |
DataType (inherited from DataColumn) | The type of data stored in thecolumn. |
DataValueEditorType (inherited from DataColumn) | Gets or sets the type of value editor used to edit the data of this column. |
DefaultValue (inherited from DataColumn) | Gets or sets the default value for the column when creating new rows. |
Expression (inherited from DataColumn) | Gets or sets the expresssion used to either filter rows, calculate the column's value, or create an aggregate column. |
ExtendedProperties (inherited from DataColumn) | Gets the collection of custom user information. |
Namespace (inherited from DataColumn) | [To be supplied.] |
Ordinal (inherited from DataColumn) | Gets the position of the column in the ColumnsCollection collection. |
ReadOnly (inherited from DataColumn) | Gets or sets a value indicating whether the column allows changes once a row has been added to the table. |
Site (inherited from Component) | Gets or sets the site of the Component. |
Sparse (inherited from DataColumn) | Gets or sets a value indicating whether the column should store data in a fashion optimized for sparse data patterns. |
Table (inherited from DataColumn) | Gets the DataTable to which the column belongs to. |
Unique (inherited from DataColumn) | Gets or sets a value indicating whether the values in each row of the column must be unique. |
Dispose (inherited from Component) | Disposes of the Component. |
Equals (inherited from Object) | Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
FindParentRelation (inherited from DataColumn) | Finds a relation that this column is the sole child of or null. |
GetContainer (inherited from Component) | Returns the IContainer that contains the Component. |
GetDesignMode (inherited from Component) | Gets a value indicating whether the Component is currently in design mode. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetServiceObject (inherited from Component) | Returns an object representing a service provided by the Component. |
GetType (inherited from Object) | Gets the Type of the Object. |
ResetCaption (inherited from DataColumn) | Resets the Caption property to its previous value, or to a null reference (in Visual Basic Nothing). |
ResetNamespace (inherited from DataColumn) | [To be supplied.] |
ShouldPersistCaption (inherited from DataColumn) | Gets a value indicating whether the Caption has been explicitly set. |
ShouldPersistDefaultValue (inherited from DataColumn) | [To be supplied.] |
ShouldPersistNamespace (inherited from DataColumn) | [To be supplied.] |
ToString (inherited from DataColumn) | Returns the Expression of the column, if one exists. |
PropertyChanged (inherited from DataColumn) | Occurs whenever a property value of the DataColumn changes. |
CheckNotAllowNull (inherited from DataColumn) | [To be supplied.] |
CheckUnique (inherited from DataColumn) | Throws an exception and the name of any column if its Unique property set to True and non-unique values are found in the column. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnPropertyChanged (inherited from DataColumn) | Raises the OnPropertyChanged event. |
RaisePropertyChanged (inherited from DataColumn) | Raises the OnPropertyChanged event. |
VerifyUnique (inherited from DataColumn) | Gets a value verifying whether a value is unique. |
AddOnPropertyChanged (inherited from DataColumn) | Adds an event handler for the OnPropertyChanged event. |
RemoveOnPropertyChanged (inherited from DataColumn) | Removes the event handler that has been associated with the OnPropertyChanged event. |