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; }
Public Property Filter As String
Get
Set
Property Value
Type:
StringRemarks
Elements of the collection are retrieved with a query like: SELECT * FROM BaseQuery WHERE filter.
See Also