Visual Basic (Declaration) | |
---|---|
Public Overloads Function ExecuteSQLQueryReader( _ ByVal sqlString As String, _ ByVal options As ExecuteSQLQueryReaderOptions, _ ByVal dbParameters() As DbParameter _ ) As SmartObjectReader |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectClientServer Dim sqlString As String Dim options As ExecuteSQLQueryReaderOptions Dim dbParameters() As DbParameter Dim value As SmartObjectReader value = instance.ExecuteSQLQueryReader(sqlString, options, dbParameters) |
C# | |
---|---|
public SmartObjectReader ExecuteSQLQueryReader( string sqlString, ExecuteSQLQueryReaderOptions options, DbParameter[] dbParameters ) |
C++/CLI | |
---|---|
public: SmartObjectReader^ ExecuteSQLQueryReader( String^ sqlString, ExecuteSQLQueryReaderOptions^ options, array<DbParameter^>^ dbParameters ) |
Parameters
- sqlString
- options
- dbParameters
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