See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DbColumnCollection type exposes the following members.

Constructors

  NameDescription
Public methodDbColumnCollection
Initializes a new instance of the DbColumnCollection class

Methods

  NameDescription
Public methodAdd (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodAddNew()()()()
Public methodAddNew(DbType) (Inherited from DbColumnCollection.)
Public methodAddNew(DbDataType) (Inherited from DbColumnCollection.)
Protected methodAddNew(Object) (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodAddNew(String)
Public methodAddNew(String, DbDataType)
Public methodAddNew(String, DbType)
Public methodApplySort(ListSortDescriptionCollection) (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodApplySort(PropertyDescriptor, ListSortDirection) (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodAsEntityView (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodCancelNew (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodClone (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodContains(String) (Inherited from DbColumnCollection.)
Public methodContains(UTP) (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodCopyTo (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodCreateHandle (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodDeleteAll (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodDispose (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodEndNew (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodFind(Object) (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodFind(PropertyDescriptor, Object) (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodGetEnumerator (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetList (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodInitialize (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodLoad (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnFilterCoreChanged (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodOrderBy (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodOrderByDescending (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodQueryUser (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodRefresh (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodRemove (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodRemoveAt (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodRemoveSort (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodSetDefaultValuesForNewElement (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected methodSetRelationshipDefaultsForNewElement (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWhere (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)

Properties

  NameDescription
Public propertyAllowEdit (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyAllowNew (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyAllowRemove (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected propertyContainsListCollection (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyCount (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyEntitySet (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyFilter (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected propertyFilterCore (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyHasEntitySet (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyIsDisposed (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyIsLoaded (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyIsReadOnly (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])
Protected propertyParentEntity (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyPrincipalReadOnly (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertyRelationship (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertySortDescriptions (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertySortDirection (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Public propertySortProperty (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected propertySupportsSorting (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)

Events

  NameDescription
Public eventListChanged (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)
Protected eventUserQuery (Inherited from NEntityCollection<(Of <(<'DbColumn>)>)>.)

See Also