次の方法で共有


MetaColumn.IsString プロパティ

定義

データ フィールドの型が文字列型かどうかを示す値を取得します。

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

プロパティ値

Boolean

データ フィールドの型が文字列型の場合は true。それ以外の場合は false

適用対象

こちらもご覧ください