IMethodInstance.IsDefault Property
Determines whether this method instance is the default instance for its type.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsDefault As Boolean
Get
'Usage
Dim instance As IMethodInstance
Dim value As Boolean
value = instance.IsDefault
bool IsDefault { get; }
Property Value
Type: System.Boolean
true if it is the default; otherwise, false.
Remarks
Each external content type has at most one default MethodInstance for each MethodInstanceType. When an application is performing a stereotypical operation without an explicit method instance, the default one should be used if available.