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#
bool IsComposite { get; }
Visual Basic
ReadOnly Property IsComposite As Boolean
	Get
Visual C++
property bool IsComposite {
	bool get ();
}
F#
abstract IsComposite : bool with get

Property Value

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

See Also