ISaveContext.Contains(string name) Method
.NET Standard 2.x
Returns whether the ISaveContext
object contains the specified value.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
bool Contains(string name);
Parameters
name
System.String
Name of the specified value.
Returns
System.Boolean
Whether the save context contains the specified value.
True
: the ISaveContext
object contains the specified value.
False
: the ISaveContext
object does not contain the specified value.
Applies to
.NET Standard
2.x