MetaColumn.IsString Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Datenfeldtyp ein Zeichenfolgentyp ist.

public:
 property bool IsString { bool get(); };
public bool IsString { get; }
member this.IsString : bool
Public ReadOnly Property IsString As Boolean

Eigenschaftswert

Boolean

true wenn der Datenfeldtyp ein Zeichenfolgentyp ist, andernfalls false.

Gilt für

Siehe auch