Knight Data Access Layer
TableCrud Constructor




KellermanSoftware.NetDataAccessLayer Namespace > TableCrud Class : TableCrud Constructor
Database provider
Specifies if the provider supports identity primary keys
Map objects, table names, and sql to database tables
Initialize
Syntax
Public Function New( _
   ByVal provider As IDatabaseProvider, _
   ByVal identity As IIdentity, _
   ByVal mapper As IAutoMap _
)
Dim provider As IDatabaseProvider
Dim identity As IIdentity
Dim mapper As IAutoMap
 
Dim instance As New TableCrud(provider, identity, mapper)
public TableCrud( 
   IDatabaseProvider provider,
   IIdentity identity,
   IAutoMap mapper
)
public: TableCrud( 
   IDatabaseProvider* provider,
   IIdentity* identity,
   IAutoMap* mapper
)
public:
TableCrud( 
   IDatabaseProvider^ provider,
   IIdentity^ identity,
   IAutoMap^ mapper
)

Parameters

provider
Database provider
identity
Specifies if the provider supports identity primary keys
mapper
Map objects, table names, and sql to database tables
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

Reference

TableCrud Class
TableCrud Members