Inserts a new object to the data store.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected abstract void DataInsert()
Protected MustOverride Sub DataInsert
protected:
virtual void DataInsert () abstract

See Also