Share via


SqlStringAccessor<TResult> Class

Represents a call to the database using SQL that will return an enumerable of TResult.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public Class SqlStringAccessor(Of TResult) _
    Inherits CommandAccessor(Of TResult)
public class SqlStringAccessor<TResult> : CommandAccessor<TResult>
generic<typename TResult>
public ref class SqlStringAccessor : public CommandAccessor<TResult>
JScript does not support generic types or methods.

Type Parameters

  • TResult
    The element type that will be used to consume the result set.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Data.DataAccessor<TResult>
    Microsoft.Practices.EnterpriseLibrary.Data.CommandAccessor<TResult>
      Microsoft.Practices.EnterpriseLibrary.Data.SqlStringAccessor<TResult>

See Also

SqlStringAccessor<TResult> Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace