ModelMetadataClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The metadata class for metadata properties.
public sealed class ModelMetadataClass
type ModelMetadataClass = class
Public NotInheritable Class ModelMetadataClass
- Inheritance
-
ModelMetadataClass
Remarks
TSqlModelSchema metadata classes provide access to the structure and instance data within a TSqlSchemaModel
instance.
Properties
DataType |
Data type of the metadata property. |
Name |
Metadata property name. |
OwningType |
Owning ModelTypeClass for the ModelMetadataClass. |
Methods
GetValue<T>(TSqlObject) |
Returns the metadata property value. |