/ Assembly List / LJCDBViewDAL / ViewTableManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewTableManager : ObjectManager<ViewTable, ViewTables>

Provides ViewTable specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a data record.
RetrieveWithID Retrieves a Data Record with the supplied value.
RetrieveWithUniqueKey Retrieves the record with the unique key.
SaveData Updates the record if it exists, otherwise creates it.
5 Methods

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.