Share via


ColumnConfigAnnotation Members

Include Protected Members
Include Inherited Members

Represents column configuration annotation.

The ColumnConfigAnnotation type exposes the following members.

Methods

 

Name

Description

Public method

Delete

Deletes this instance from the model. (Inherited from ModelStore.Annotation.)

Public method

Equals

Returns whether the other object equals this object. (Inherited from ModelStore.Annotation.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetElements

Returns a list of the elements this annotation is attached. (Inherited from ModelStore.Annotation.)

Public method

GetHashCode

Returns the hashcode. (Inherited from ModelStore.Annotation.)

Public method

GetProperty<TProperty>

Returns the specified property. (Inherited from ModelStore.Annotation.)

Public method

GetRelationshipEntries

Returns the relationship entries this annotation is attached to. (Inherited from ModelStore.Annotation.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IsDeleted

Returns whether the object is deleted. (Inherited from ModelStore.Annotation.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

SetProperty<TProperty>

Sets the specified property. (Inherited from ModelStore.Annotation.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

AnnotationClass

Gets the annotation class. (Inherited from ModelStore.Annotation.)

Public property

GeneratorExtensionHandleXml

Public property

IsAttachedToStore

Returns whether this annotation is attached to model store. (Inherited from ModelStore.Annotation.)

Public property

Model

Gets the model reference. (Inherited from ModelStore.Annotation.)

Public property

Name

Gets or sets the name of the annotation (Inherited from ModelStore.Annotation.)

Public property

OutputKey

Gets or sets a property, indicating if a column is an output key.

Public property

Seed

Gets or sets the seed value that is specified when an identity column in a table or a view that has an identity column is created.

Public property

Selected

Gets or sets the property that indicates if an annotation has been selected.

Top

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.DataGenerator Namespace