DataMember.IsStatic Property

Definition

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.

Applies to