共用方式為


SqliteCommand.CommandType 屬性

定義

取得或設定值,指出如何 CommandText 解譯。 只支援 Text

public override System.Data.CommandType CommandType { get; set; }
member this.CommandType : System.Data.CommandType with get, set
Public Overrides Property CommandType As CommandType

屬性值

值,指出如何 CommandText 解譯。

適用於