EasyObjects.NET Programmers Reference

DynamicQuery.GetInsertCommandWrapper Method

Builds the inline SQL command for an INSERT

Overload List

Builds the inline SQL command for an INSERT

public DBCommandWrapper GetInsertCommandWrapper();

Builds the inline SQL command for a INSERT

public DBCommandWrapper GetInsertCommandWrapper(string);

See Also

DynamicQuery Class | NCI.EasyObjects Namespace | DBCommandWrapper