MetaColumn.IsString 屬性

定義

取得值,這個值表示資料欄位型別是否是字串型別 (String Type)。

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

屬性值

Boolean

如果資料欄位型別是字串型別則為 true,否則為 false

適用於

另請參閱