Click or drag to resize

BCSMetadataNewQuery Method (String)

Creates a new query with the specified name.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCSQuery NewQuery(
	string name
)

Parameters

name
Type: SystemString
The name of the query to create.

Return Value

Type: BCSQuery
The created query.
See Also