Knight Data Access Layer
SynchronizeTableStructure<T>() Method




KellermanSoftware.NetDataAccessLayer Namespace > ObjectCrud Class : SynchronizeTableStructure<T>() Method
Generic class type
Synchronize table structure with the specified by typeparam class
Syntax
Public Sub SynchronizeTableStructure(Of T As {Class, New})() 
Dim instance As ObjectCrud
 
instance.SynchronizeTableStructure(Of T)()
public void SynchronizeTableStructure<T>()
where T: class, new()
public: void SynchronizeTableStructure<T>(); 
where T: ref class, gcnew()
public:
void SynchronizeTableStructuregeneric<typename T>
(); 
where T: ref class, gcnew()

Type Parameters

T
Generic class type
Remarks
If the table does not exist at all this method will create it
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

ObjectCrud Class
ObjectCrud Members