The MetadataPM type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllTableMetadata (Inherited from MetadataDa.)
Public methodGetFieldMetadata(Int32, Nullable<(Of <<'(Int32>)>>))
Gets a uniform view of Field Metadata for the specific table's field. Represents the UNION of disease specific and DEFAULT metadata.
(Inherited from MetadataDa.)
Public methodGetFieldMetadata(String, Nullable<(Of <<'(Int32>)>>))
Gets a uniform view of Field Metadata for the specific table's field. Represents the UNION of disease specific and DEFAULT metadata.
(Inherited from MetadataDa.)
Public methodGetFieldMetadataByTableId
SELECT * FROM FieldMetadata WHERE TableId = @TableId
(Inherited from MetadataDa.)
Public methodGetFieldMetadataByTableName(String)
Gets DataTable of all the fields or a table, the attibutes of those fields, and the values of those attributes
(Inherited from MetadataDa.)
Public methodGetFieldMetadataByTableName(String, String)
Public methodGetFieldsByTableName(String) (Inherited from MetadataDa.)
Public methodGetFieldsByTableName(String, String)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOptionalFieldMetadataByTableName
Public methodGetOptionalFieldsByTableName
Public methodGetTableMetaDataByTableName (Inherited from MetadataDa.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVirtualFieldNamesByTableName
Gets DataTable of all the virtual fields associated with a table
(Inherited from MetadataDa.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetParams Obsolete. (Inherited from BaseDA.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also