Returns an array of IDataParameters of the specified size

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected virtual IDataParameter[] GetDataParameters(
	int size
)
Visual Basic
Protected Overridable Function GetDataParameters ( 
	size As Integer
) As IDataParameter()

Parameters

size
Type: System..::..Int32
size of the array

Return Value

Type: array<IDataParameter>[]()[][]
The array of IDataParameters

See Also