Click or drag to resize

BCUserDBCollectionFilter Property

Gets or sets the custom filter of the collection.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public string Filter { get; set; }

Property Value

Type: String
Remarks
Elements of the collection are retrieved with a query like: SELECT * FROM BaseQuery WHERE filter.
See Also