Click or drag to resize

DataMember Properties

The DataMember type exposes the following members.

Properties
  NameDescription
Public propertyAllowOtherTypesOnSamePage
Objects can be stored more efficiently if all object types on the page share the same type. By default mixed types are allowed. Override this to return false for types that should not share pages with other types.
(Overrides OptimizedPersistableAllowOtherTypesOnSamePage.)
Public propertyField
The managed field
Public propertyFieldName
Name of managed field
Public propertyFieldType
Declared Type of this field
Public propertyGetTypeCode
Get the type code for a field
Public propertyHasId
Does this field have an Oid?
Public propertyIsGuid
true if field is of type Guid
Public propertyIsInterface
true if field is if type interface
Public propertyWeakIOptimizedPersistableReference
Is this field a VelocityDb.WeakIOptimizedPersistableReference
Top
See Also