Share via


IEdmFunctionImport.IsSideEffecting Property

Gets a value indicating whether this function import has side-effects. IsSideEffecting cannot be set to true if IsComposable is set to true.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property IsSideEffecting As Boolean 
    Get
'Usage
Dim instance As IEdmFunctionImport 
Dim value As Boolean 

value = instance.IsSideEffecting
bool IsSideEffecting { get; }
property bool IsSideEffecting {
    bool get ();
}
abstract IsSideEffecting : bool
function get IsSideEffecting () : boolean

Property Value

Type: System.Boolean

See Also

Reference

IEdmFunctionImport Interface

Microsoft.Data.Edm Namespace