Derived class from NMSqlDataAccess. Gets data from Sql Server either as a single value or as a dataset
For a list of all members of this type, see NMReader Members.
System.Object
NMSqlDataAccess
NMReader
[Visual Basic]
MustInherit Public Class NMReader
Inherits NMSqlDataAccess
[C#]
public abstract class NMReader : NMSqlDataAccess
Example
This shows how to use NMReader from your own data tier class
public class PcmReader : NMReader
{
public PcmDataAccess()
{
ConnectionString = PcmSettings.ConnectionString;
}
Requirements
Namespace: netMage.Data.SqlClient Namespace
Assembly: Magnusson.Data.SqlAutomation.Test.dll