Gets a value indicating whether this data filed is composite.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool IsComposite { get; }
Visual Basic
Public ReadOnly Property IsComposite As Boolean
	Get
Visual C++
public:
virtual property bool IsComposite {
	bool get () sealed;
}
F#
abstract IsComposite : bool with get
override IsComposite : bool with get

Property Value

Type: Boolean
true if this data field is composite; otherwise, false.

Implements

IDataField..::..IsComposite

See Also