Click or drag to resize

ICreateReadUpdateDeleteTCreate Method

Create a new entity

Namespace:  SandcastleTest.Generic.DAL
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Create(
	T entity
)

Parameters

entity
Type: T
Base class for all POCOs
See Also