The MetadataDa type exposes the following members.

Constructors

  NameDescription
Public methodMetadataDa
Initializes a new instance of the MetadataDa class

Methods

  NameDescription
Public methodStatic memberConsumeFieldMetadata(Connectivity..::..RecordConsumerDelegate)
Consume a uniform view of ALL Field Metadata represented by the UNION of disease specific and DEFAULT metadata.
Public methodStatic memberConsumeFieldMetadata(Connectivity..::..RecordConsumerDelegate, String)
Consume a uniform view of ALL (optnal table filter) Field Metadata represented by the UNION of disease specific and DEFAULT metadata.
Public methodStatic memberConsumeTableColumnMaxLengths
Public methodStatic memberConsumeTableMetadata(Connectivity..::..RecordConsumerDelegate)
Consume a uniform view of ALL Table Metadata represented by the UNION of disease specific and DEFAULT metadata.
Public methodStatic memberConsumeTableMetadata(Connectivity..::..RecordConsumerDelegate, String)
Consume a uniform view of ALL Table Metadata (optnal table filter) represented by the UNION of disease specific and DEFAULT metadata.
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
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.
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.
Public methodGetFieldMetadataByTableId
SELECT * FROM FieldMetadata WHERE TableId = @TableId
Public methodGetFieldMetadataByTableName
Gets DataTable of all the fields or a table, the attibutes of those fields, and the values of those attributes
Public methodGetFieldsByTableName
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTableMetaDataByTableName
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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadColumns
Public methodStatic memberReadVirtualFieldMetadata
SELECT MetadataTables.TableName, MetadataFields.FieldName FROM MetadataTables INNER JOIN MetadataFields ON MetadataTables.TableId = MetadataFields.TableId WHERE MetadataFields.FieldIsVirtual = 1 ORDER BY MetadataTables.TableName, MetadataFields.FieldName
Protected methodSetParams Obsolete. (Inherited from BaseDA.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_DeleteStoredProc (Inherited from BaseDA.)
Protected field_GetByParentStoredProc (Inherited from BaseDA.)
Protected field_GetStoredProc (Inherited from BaseDA.)
Protected field_InsertStoredProc (Inherited from BaseDA.)
Protected field_UpdateStoredProc (Inherited from BaseDA.)

See Also