DataSource.NET
NoCache Property
NamespacesCaplin.DataSource.Messaging.RecordIGenericMessageNoCache
Gets or sets whether this generic message should be cached in the DataSource (both remote and local ).
Declaration Syntax
C#Visual BasicVisual C++
bool NoCache { get; set; }
Property NoCache As Boolean
property bool NoCache {
	bool get ();
	void set (bool value);
}
Value
true if if this record should not be cached in the remote DataSource's cache, false if it should be cached.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)