NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataColumn Methods

The methods of the DataColumn class are listed below. For a complete list of DataColumn class members, see the DataColumn Members topic.

Public:

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 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 Resets the Caption property to its previous value, or to a null reference (in Visual Basic Nothing).
ResetNamespace [To be supplied.]
ShouldPersistCaption Gets a value indicating whether the Caption has been explicitly set.
ShouldPersistNamespace [To be supplied.]
ToString Returns the Expression of the column, if one exists.

Protected:

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 Raises the OnPropertyChanged event.
RaisePropertyChanged Raises the OnPropertyChanged event.
VerifyUnique Gets a value verifying whether a value is unique.

Event Hookup:

AddOnPropertyChanged Adds an event handler for the OnPropertyChanged event.
RemoveOnPropertyChanged Removes the event handler that has been associated with the OnPropertyChanged event.

See Also

DataColumn Class | System.Data Namespace