The ColumnSchema type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Determines if another view column is the same as this view column.
(Inherited from DataObjectBase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hashcode based on the database, view and name of the view column.
(Inherited from DataObjectBase.)
Public methodGetLoadedExtendedProperties
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkLoaded (Inherited from SchemaObjectBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh
Used to refresh this instance.
(Inherited from DataObjectBase.)
Public methodToString
Returns the name of the column.
(Inherited from DataObjectBase.)

Fields

  NameDescription
Protected field_allowDBNull (Inherited from DataObjectBase.)
Protected field_database (Inherited from SchemaObjectBase.)
Protected field_dataType (Inherited from DataObjectBase.)
Protected field_dateCreated (Inherited from SchemaObjectBase.)
Protected field_defaultExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_extendedProperties (Inherited from SchemaObjectBase.)
Protected field_gotExtendedProperties (Inherited from SchemaObjectBase.)
Protected field_nativeType (Inherited from DataObjectBase.)
Protected field_parent (Inherited from DataObjectBase.)
Protected field_precision (Inherited from DataObjectBase.)
Protected field_scale (Inherited from DataObjectBase.)
Protected field_size (Inherited from DataObjectBase.)

Properties

  NameDescription
Public propertyAllowDBNull
Whether or not the data object allows null values.
(Inherited from DataObjectBase.)
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.)
Public propertyDataType
The data type of a (column) parameter is specific to the .NET Framework data provider. Specifying the type converts the value of the Parameter to the data provider Type before passing the value to the data source. see also: http://msdn.microsoft.com/en-us/library/system.data.dbtype.aspx example: DbType.AnsiString
(Inherited from DataObjectBase.)
Public propertyDateCreated
Returns the date this table was created.
(Inherited from SchemaObjectBase.)
Public propertyDeepLoad
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyDescription
The description of the object.
(Inherited from SchemaObjectBase.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.)
Public propertyFullName
Returns the owner and name.
(Inherited from DataObjectBase.)
Public propertyIncludeFunctions
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.)
Public propertyIsForeignKeyMember
Whether or not the column is a foreign key member.
Public propertyIsPrimaryKeyMember
Whether or not the column is a primary key member.
Public propertyIsUnique
Whether or not this column is unique.
Public propertyNativeType
This is the native data type from the database. example: nvarchar
(Inherited from DataObjectBase.)
Public propertyParent
The Parent Schema Object.
(Inherited from DataObjectBase.)
Public propertyPrecision
The precision of the data object.
(Inherited from DataObjectBase.)
Public propertyScale
The scale of the data object.
(Inherited from DataObjectBase.)
Public propertySize
The size of the data object.
(Inherited from DataObjectBase.)
Public propertySortName
Gets the name used to sort in 'Name (Parent)' format.
(Inherited from DataObjectBase.)
Public propertySystemType
The System Type that is resolved from DataType. example: typeof(System.String)
(Inherited from DataObjectBase.)
Public propertyTable
The table that contains this column.

See Also