SqlDataReader.IsCommandBehavior(CommandBehavior) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 CommandBehavior 是否與 SqlDataReader 的行為相符。
protected public:
bool IsCommandBehavior(System::Data::CommandBehavior condition);
protected internal bool IsCommandBehavior (System.Data.CommandBehavior condition);
member this.IsCommandBehavior : System.Data.CommandBehavior -> bool
Protected Friend Function IsCommandBehavior (condition As CommandBehavior) As Boolean
參數
- condition
- CommandBehavior
CommandBehavior 列舉。
傳回
如果指定的 CommandBehavior 為 true,則為 true
,否則為 false
。
備註
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。