Descriptor class browser

Lets you explore the registered DataContextDescriptor, EntityDescriptor, and DataFieldDescriptor classes.

Registered DataContexts:
EntityTypesEntityDescriptor for CustomerDemographicDataFieldsDataFieldDescriptor for CustomerCustomerDemosList on ForeignKeyDataFieldDescriptorsClass SQLDataFieldDescriptor on property ForeignKeyDataFieldDescriptors[0]
Property nameValue
MetaTableSystem.Data.Linq.Mapping.AttributedMetaTable
EntityDAOTypePeterBlum.InitialEntities.CustomerDemographicDAO
DefaultSortExpressionnull
DisplayPropertyNamenull
EntityTypePeterBlum.InitialEntities.CustomerDemographic
MetadataClassTypePeterBlum.InitialEntities.CustomerDemographicMetadata
TableName"CustomerDemographics"
FullTableName"CustomerDemographics"
UrlName"CustomerDemographics"
DataContextDescriptor"NorthWindDataContext" (PeterBlum.DES.DataAnnotations.Descriptors.LINQtoSQLDataContextDescriptor)
DataContextTypePeterBlum.InitialEntities.NorthWindDataContext
PropertyNameOnDataContext"CustomerDemographics"
IsReadOnlyFalse
RootEntityTypePeterBlum.InitialEntities.CustomerDemographic
DataFieldDescriptorsPeterBlum.DES.DataAnnotations.Descriptors.DataFieldDescriptors
PrimaryKeyDataFieldDescriptorsPeterBlum.DES.DataAnnotations.Descriptors.DataFieldDescriptors
RelationshipDataFieldDescriptorsPeterBlum.DES.DataAnnotations.Descriptors.DataFieldDescriptors
CalculatedDataFieldDescriptorsPeterBlum.DES.DataAnnotations.Descriptors.DataFieldDescriptors
NestedDataFieldDescriptorsPeterBlum.DES.DataAnnotations.Descriptors.ThreadSafeDataFieldDescriptors
DefaultDataFieldDescriptorToDisplay"CustomerDesc" (PeterBlum.DES.DataAnnotations.Descriptors.SQLDataFieldDescriptor)
DisplayName"CustomerDemographics"
DisplayNameLookupID""
ScaffoldFalse
ScaffoldTableAttributenull
AttributesSystem.Collections.Generic.List`1[System.Attribute]
EntityInterfaceAccessorPeterBlum.InitialEntities.CustomerDemographic
Property nameValue
AssociationAttributeSystem.Data.Linq.Mapping.AssociationAttribute
DirectionOneToMany
DataFieldDescriptorOnRelatedEntity"CustomerDemographic" (PeterBlum.DES.DataAnnotations.Descriptors.LINQ2SQLRelationshipDataFieldDescriptor)
DataFieldPropertyTypePeterBlum.InitialEntities.CustomerCustomerDemo
DataTypeAttributenull
ColumnName"CustomerCustomerDemos"
IsPrimaryKeyFalse
IsForeignKeyFalse
IsDbGeneratedFalse
MaxLength0
IsNullableTrue
IsSortableFalse
IsReadOnlyFalse
IsCustomPropertyTrue
IsForeignEntityFalse
IsChildrenEntitiesTrue
IsManyToManyFalse
RelatedEntityTypePeterBlum.InitialEntities.CustomerCustomerDemo
IsPrimaryKeyInThisTableTrue
ForeignKeyDataFieldDescriptorsPeterBlum.DES.DataAnnotations.Descriptors.DataFieldDescriptors
RelatedEntityDescriptor"CustomerCustomerDemo" (PeterBlum.DES.DataAnnotations.Descriptors.LINQ2SQLEntityDescriptor)
RelatedEntityDefaultDataFieldToDisplay"CustomerID" (PeterBlum.DES.DataAnnotations.Descriptors.SQLDataFieldDescriptor)
PropertyInfoSystem.Data.Linq.EntitySet`1[PeterBlum.InitialEntities.CustomerCustomerDemo] CustomerCustomerDemos
TableName"CustomerDemographics"
EntityTypePeterBlum.InitialEntities.CustomerDemographic
EntityDescriptor"CustomerDemographic" (PeterBlum.DES.DataAnnotations.Descriptors.LINQ2SQLEntityDescriptor)
DataField"CustomerCustomerDemos"
DisplayName"CustomerCustomerDemos"
DisplayNameLookupID""
ShortDisplayName""
ShortDisplayNameLookupID""
Description""
DescriptionLookupID""
Prompt""
PromptLookupID""
DefaultValuenull
ScaffoldTrue
ScaffoldColumnAttributenull
IsIntegerFalse
IsStringFalse
IsLongStringFalse
IsFloatingPointFalse
IsEnumFalse
IsBooleanFalse
IsDateFalse
IsDateTimeFalse
IsTimeFalse
AttributesSystem.Collections.Generic.List`1[System.Attribute]
ValidationAttributesSystem.Collections.Generic.List`1[System.ComponentModel.DataAnnotations.ValidationAttribute]
RelationshipDataFieldDescriptorForForeignKeynull
IsRequiredFalse
IsRelationshipTrue
SortExpression""
AllowInitialValueTrue
Property nameValue
ColumnDbInfoAttributenull
ColumnAttributeSystem.Data.Linq.Mapping.ColumnAttribute
CalculatedColumnDbInfoAttributenull
DataFieldPropertyTypeSystem.String
DataTypeAttributenull
ColumnName"CustomerTypeID"
IsPrimaryKeyTrue
IsForeignKeyFalse
IsDbGeneratedFalse
SqlDbTypeNChar
DbTypenull
MaxLength10
IsNullableFalse
IsSortableTrue
IsReadOnlyFalse
IsCustomPropertyFalse
IsForeignEntityFalse
IsChildrenEntitiesFalse
IsManyToManyFalse
PropertyInfoSystem.String CustomerTypeID
TableName"CustomerDemographics"
EntityTypePeterBlum.InitialEntities.CustomerDemographic
EntityDescriptor"CustomerDemographic" (PeterBlum.DES.DataAnnotations.Descriptors.LINQ2SQLEntityDescriptor)
DataField"CustomerTypeID"
DisplayName"CustomerTypeID"
DisplayNameLookupID""
ShortDisplayName""
ShortDisplayNameLookupID""
Description""
DescriptionLookupID""
Prompt""
PromptLookupID""
DefaultValuenull
ScaffoldTrue
ScaffoldColumnAttributenull
IsIntegerFalse
IsStringTrue
IsLongStringFalse
IsFloatingPointFalse
IsEnumFalse
IsBooleanFalse
IsDateFalse
IsDateTimeFalse
IsTimeFalse
AttributesSystem.Collections.Generic.List`1[System.Attribute]
ValidationAttributesSystem.Collections.Generic.List`1[System.ComponentModel.DataAnnotations.ValidationAttribute]
RelationshipDataFieldDescriptorForForeignKeynull
IsRequiredTrue
IsRelationshipFalse
SortExpression"CustomerTypeID"
AllowInitialValueTrue
This file is included with the BLD product files in the [DES product folder]\BLD\Misc\language\folder. You can add it to your applications to assist you as you work with Descriptors. Since Descriptors reveal details about your database and business logic, do not put it on your public servers.