Sql.Net Class Library Documentation

SqlConstantCollection.FromList Method 

Creates a SqlConstantCollection from a list of values.

public static SqlConstantCollection FromList(
   IList values
);

Parameters

values

Return Value

Remarks

The type of SqlConstant items in the collection is determined automatically. See Add method for more info.

See Also

SqlConstantCollection Class | Reeb.SqlOM Namespace