ReceiveStatement.IsConversationGroupIdWhere Property
Gets or sets whether conversation group id is specified in WHERE clause.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsConversationGroupIdWhere As Boolean
'Usage
Dim instance As ReceiveStatement
Dim value As Boolean
value = instance.IsConversationGroupIdWhere
instance.IsConversationGroupIdWhere = value
public bool IsConversationGroupIdWhere { get; set; }
public:
property bool IsConversationGroupIdWhere {
bool get ();
void set (bool value);
}
public function get IsConversationGroupIdWhere () : boolean
public function set IsConversationGroupIdWhere (value : boolean)
Property Value
Type: System.Boolean
Returns True if conversation group id was specified in WHERE clause; otherwise, False.
Remarks
Meaningless if Where is null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.