DataMember.IsStatic Property
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.
Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.
public:
property bool IsStatic { bool get(); };
public bool IsStatic { get; }
member this.IsStatic : bool
Public ReadOnly Property IsStatic As Boolean
Property Value
A Boolean
value. A true
value indicates that the data member corresponds to a database field.