BCUserDBCollectionFilter Property |
Gets or sets the custom filter of the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string Filter { get; set; }
Public Property Filter As String
Get
Set
public:
property String^ Filter {
String^ get ();
void set (String^ value);
}
member Filter : string with get, set
Property Value
Type:
StringRemarks
Elements of the collection are retrieved with a query like: SELECT * FROM BaseQuery WHERE filter.
See Also