EdmFunctionImport.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.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

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

value = instance.IsSideEffecting
public bool IsSideEffecting { get; }
public:
virtual property bool IsSideEffecting {
    bool get () sealed;
}
abstract IsSideEffecting : bool 
override IsSideEffecting : bool
final function get IsSideEffecting () : boolean

Property Value

Type: System.Boolean

Implements

IEdmFunctionImport.IsSideEffecting

See Also

Reference

EdmFunctionImport Class

Microsoft.Data.Edm.Library Namespace