The MemberColumnSchema type exposes the following members.

Constructors

  NameDescription
Public methodMemberColumnSchema(ColumnSchema)
Creates a new instance of the MemberColumnSchema object.
Public methodMemberColumnSchema(ColumnSchema, array<ExtendedProperty>[]()[][])
Creates a new instance of the MemberColumnSchema object.

Methods

  NameDescription
Public methodEquals
Determines if another column is the same as this column.
(Overrides DataObjectBase..::..Equals(Object).)
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, table and name of the column.
(Overrides DataObjectBase..::..GetHashCode()()()().)
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.
(Overrides DataObjectBase..::..Refresh()()()().)
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.
(Overrides DataObjectBase..::..AllowDBNull.)
Public propertyColumn
The column that this member column object wraps.
Public propertyColumnExtendedProperties
The underlying column's extended properties.
Public propertyDatabase
Allows access to the DatabaseSchema object that contains this schema object.
(Overrides SchemaObjectBase..::..Database.)
Public propertyDataType
The data type for this data object.
(Overrides DataObjectBase..::..DataType.)
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.
(Overrides SchemaObjectBase..::..Description.)
Public propertyExtendedProperties
Used to store any additional information about the schema object.
(Overrides SchemaObjectBase..::..ExtendedProperties.)
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.
(Overrides ColumnSchema..::..IsForeignKeyMember.)
Public propertyIsPrimaryKeyMember
Whether or not the column is a primary key member.
(Overrides ColumnSchema..::..IsPrimaryKeyMember.)
Public propertyIsUnique
Whether or not this column is unique.
(Overrides ColumnSchema..::..IsUnique.)
Public propertyName
The name of the object.
(Overrides NamedObjectBaseName.)
Public propertyNativeType
The native data type for this data object.
(Overrides DataObjectBase..::..NativeType.)
Public propertyParent
The Parent Schema Object.
(Overrides DataObjectBase..::..Parent.)
Public propertyPrecision
The precision of the data object.
(Overrides DataObjectBase..::..Precision.)
Public propertyScale
The scale of the data object.
(Overrides DataObjectBase..::..Scale.)
Public propertySize
The size of the data object.
(Overrides DataObjectBase..::..Size.)
Public propertySortName
Gets the name used to sort in 'Name (Parent)' format.
(Inherited from DataObjectBase.)
Public propertySystemType
The system type that for this data object.
(Overrides DataObjectBase..::..SystemType.)
Public propertyTable
The table that contains this column.
(Overrides ColumnSchema..::..Table.)

See Also