SqlBuilder.Insert Method

Inserts a string into this instance at the specified character position.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder Insert(
	int index,
	string value
)

Parameters

index

Type: System.Int32
The position in this instance where insertion begins.

value

Type: System.String
The string to insert.

Return Value

Type: SqlBuilder
A reference to this instance after the insert operation has completed.

See Also

Reference

SqlBuilder Class
DbExtensions Namespace

© Max Toro Q.