The MemberColumnSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MemberColumnSchema(ColumnSchema) |
Creates a new instance of the MemberColumnSchema object.
|
![]() | MemberColumnSchema(ColumnSchema, array<ExtendedProperty>[]()[][]) |
Creates a new instance of the MemberColumnSchema object.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines if another column is the same as this column.
(Overrides DataObjectBase..::..Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a HashCode based on the database, table and name of the column.
(Overrides DataObjectBase..::..GetHashCode()()()().) |
![]() | GetLoadedExtendedProperties |
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MarkLoaded | (Inherited from SchemaObjectBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh |
Used to refresh this instance.
(Overrides DataObjectBase..::..Refresh()()()().) |
![]() | ToString |
Returns the name of the column.
(Inherited from DataObjectBase.) |
Fields
Name | Description | |
---|---|---|
![]() | _allowDBNull | (Inherited from DataObjectBase.) |
![]() | _database | (Inherited from SchemaObjectBase.) |
![]() | _dataType | (Inherited from DataObjectBase.) |
![]() | _dateCreated | (Inherited from SchemaObjectBase.) |
![]() | _defaultExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _extendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _gotExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _nativeType | (Inherited from DataObjectBase.) |
![]() | _parent | (Inherited from DataObjectBase.) |
![]() | _precision | (Inherited from DataObjectBase.) |
![]() | _scale | (Inherited from DataObjectBase.) |
![]() | _size | (Inherited from DataObjectBase.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowDBNull |
Whether or not the data object allows null values.
(Overrides DataObjectBase..::..AllowDBNull.) |
![]() | Column |
The column that this member column object wraps.
|
![]() | ColumnExtendedProperties |
The underlying column's extended properties.
|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Overrides SchemaObjectBase..::..Database.) |
![]() | DataType |
The data type for this data object.
(Overrides DataObjectBase..::..DataType.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from SchemaObjectBase.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | Description |
The description of the object.
(Overrides SchemaObjectBase..::..Description.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Overrides SchemaObjectBase..::..ExtendedProperties.) |
![]() | FullName |
Returns the owner and name.
(Inherited from DataObjectBase.) |
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | IsForeignKeyMember |
Whether or not the column is a foreign key member.
(Overrides ColumnSchema..::..IsForeignKeyMember.) |
![]() | IsPrimaryKeyMember |
Whether or not the column is a primary key member.
(Overrides ColumnSchema..::..IsPrimaryKeyMember.) |
![]() | IsUnique |
Whether or not this column is unique.
(Overrides ColumnSchema..::..IsUnique.) |
![]() | Name |
The name of the object.
(Overrides NamedObjectBaseName.) |
![]() | NativeType |
The native data type for this data object.
(Overrides DataObjectBase..::..NativeType.) |
![]() | Parent |
The Parent Schema Object.
(Overrides DataObjectBase..::..Parent.) |
![]() | Precision |
The precision of the data object.
(Overrides DataObjectBase..::..Precision.) |
![]() | Scale |
The scale of the data object.
(Overrides DataObjectBase..::..Scale.) |
![]() | Size |
The size of the data object.
(Overrides DataObjectBase..::..Size.) |
![]() | SortName |
Gets the name used to sort in 'Name (Parent)' format.
(Inherited from DataObjectBase.) |
![]() | SystemType |
The system type that for this data object.
(Overrides DataObjectBase..::..SystemType.) |
![]() | Table |
The table that contains this column.
(Overrides ColumnSchema..::..Table.) |