Knight Data Access Layer
Save() Method




KellermanSoftware.NetDataAccessLayer Namespace > BaseActiveRecord<T> Class > Save Method : Save() Method
Insert or Update this record depending upon if the primary keys is the default value
Syntax
Public Overloads Sub Save() 
Dim instance As BaseActiveRecord(Of T)
 
instance.Save()
public void Save()
public: void Save(); 
public:
void Save(); 
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

BaseActiveRecord<T> Class
BaseActiveRecord<T> Members
Overload List