QueryStream Method
See Also 
SourceCode.Data.Logging Namespace > IDataLoggingProvider Interface : QueryStream Method



query

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SourceCode.Diagnostics.Logging.LogMessageAttribute(Id=12, 
   Level=LogLevel.Informational, 
   Version=1)>
Sub QueryStream( _
   ByVal query As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As IDataLoggingProvider
Dim query As String
 
instance.QueryStream(query)
C#  
[SourceCode.Diagnostics.Logging.LogMessage(Id=12, 
   Level=LogLevel.Informational, 
   Version=1)]
void QueryStream( 
   string query
)
C++/CLI  
[SourceCode.Diagnostics.Logging.LogMessage(Id=12, 
   Level=LogLevel.Informational, 
   Version=1)]
void QueryStream( 
   String^ query
) 

Parameters

query

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also