[Missing <summary> documentation for "M:Caisis.BOL.BusinessObject.Exists``1(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool Exists<T>(
	IDictionary<string, Object> fieldValues
)
where T : new(), BusinessObject
Visual Basic
Public Shared Function Exists(Of T As {New, BusinessObject}) ( 
	fieldValues As IDictionary(Of String, Object)
) As Boolean
Visual C++
public:
generic<typename T>
where T : gcnew(), BusinessObject
static bool Exists(
	IDictionary<String^, Object^>^ fieldValues
)

Parameters

fieldValues
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>

[Missing <param name="fieldValues"/> documentation for "M:Caisis.BOL.BusinessObject.Exists``1(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Caisis.BOL.BusinessObject.Exists``1(System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.Exists``1(System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also