EasyDevCoreV4.EntityFrameworkCore
Call static member
Initializes a new instance of the class.
The reader.
Returns the enumeration of all dynamic member names.
A sequence that contains dynamic member names.
Gets the values.
Provides the implementation for operations that get member values. Classes derived from the class can override this method to specify dynamic behavior for operations such as getting a value for a property.
Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member on which the dynamic operation is performed. For example, for the Console.WriteLine(sampleObject.SampleProperty) statement, where sampleObject is an instance of the class derived from the class, binder.Name returns "SampleProperty". The binder.IgnoreCase property specifies whether the member name is case-sensitive.
The result of the get operation. For example, if the method is called for a property, you can assign the property value to .
true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a run-time exception is thrown.)
Provides the implementation for operations that invoke a member. Classes derived from the class can override this method to specify dynamic behavior for operations such as calling a method.
Provides information about the dynamic operation. The binder.Name property provides the name of the member on which the dynamic operation is performed. For example, for the statement sampleObject.SampleMethod(100), where sampleObject is an instance of the class derived from the class, binder.Name returns "SampleMethod". The binder.IgnoreCase property specifies whether the member name is case-sensitive.
The arguments that are passed to the object member during the invoke operation. For example, for the statement sampleObject.SampleMethod(100), where sampleObject is derived from the class, is equal to 100.
The result of the member invocation.
true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown.)
Changes the database.
The database context.
Name of the database.
Determines whether [is SQL server].
The database context.
true if [is SQL server] [the specified database context]; otherwise, false.
Determines whether [is my SQL].
The database context.
true if [is my SQL] [the specified database context]; otherwise, false.
Determines whether this instance is Posgres SQL.
The database context.
true if the specified database context is NPGSQL; otherwise, false.
IsNpgsql
Determines whether this instance is Oracle.
The database context.
true if the specified database context is oracle; otherwise, false.
IsOracle
Saves the change entity.
The context.
The type.
if set to true [accept all changes on success].
Saves the change entity asynchronous.
The context.
The type.
if set to true [accept all changes on success].
The cancellation token.
Saves the changes.
The type of the entity.
The database context.
if set to true [accept all changes on success].
The entities.
Saves the changes.
The type of the entity.
The database context.
The entities.
Saves the changes asynchronous.
The type of the entity.
The database context.
if set to true [accept all changes on success].
The cancellation token.
The entities.
Saves the changes asynchronous.
The type of the entity.
The database context.
if set to true [accept all changes on success].
The entities.
Saves the changes asynchronous.
The type of the entity.
The database context.
The entities.
Gets the value.
The reader.
Name of the field.
The value if null.
Gets the row.
The reader.
Gets the row asynchronous.
The reader.
The cancellation token.
Fetches to json.
The reader.
if set to true [indent format].
Fetches to json asynchronous.
The reader.
if set to true [indent format].
The cancellation token.
Fetches to list.
The reader.
Fetches to dynamic asynchronous.
The reader.
The cancellation token.
Fetches the fill list internal.
The reader.
The list.
Fetches the fill list internal asynchronous.
The reader.
The list.
The cancellation token.
Fetches the fill list.
The reader.
The list.
Fetches the fill list asynchronous.
The reader.
The list.
The cancellation token.
Fetches to list.
The type of the result.
The reader.
The selector.
Fetches to list asynchronous.
The type of the result.
The reader.
The selector.
The cancellation token.
Fetches to list.
The reader.
The list.
Fetches to list asynchronous.
The reader.
The list.
The cancellation token.
Fetches the fill data set.
The reader.
The data set.
Fetches the fill data set asynchronous.
The reader.
The data set.
The cancellation token.
Fetches to data set.
The reader.
The data set.
The parameters.
Fetches to data set asynchronous.
The reader.
The entity set.
The cancellation token.
Fetches to table.
The reader.
The table.
Fetches to table.
The reader.
The table.
The cancellation token.
Fetches to table.
The reader.
The table.
Fetches to table asynchronous.
The reader.
The table.
The cancellation token.
Mapper to model of type />
Model type
Contains different columns set information mapped to type .
Initializes a new instance of the class.
The reader.
Initializes a new instance of the class.
The reader.
Gets the rows.
Gets the rows asynchronous.
The cancellation token.
Map to a T and apply an action on it for each row
Action to apply to each row
Map to a T and apply an action on it for each row
Action to apply to each row
Map to a T and apply an action on it for each row
Action to apply to each row
The cancellation instruction, which propagates a notification that operations should be canceled
Maps the next row.
Maps the next row asynchronous.
Maps the next row asynchronous.
The cancellation token.
Gets the context.
The type of the entity.
The database set.
Saves the change.
The type of the entity.
The database set.
Saves the change asynchronous.
The type of the entity.
The database set.
Initializes a new instance of the class.
Called when execution of a command has failed with an exception.
The command.
Contextual information about the command and execution.
The cancellation token.
A representing the asynchronous operation.
Called when execution of a command has failed with an exception.
The command.
Contextual information about the command and execution.
Gets the SQL text.
The command.
The type of the model.
The type of the result.
The models.
if set to true [has next result].
The type of the model.
The type of the result.
The models.
The type of the model.
The type of the result.
The models.
The type of the model.
The type of the out.
The type of the result.
The models.
The out vars.
if set to true [has next result].
Synchronizes the output parameters.
The in parameters.
The out parameters.
Creates the parameter.
The database.
The parameter.
Converts the parameters.
The database.The database.
The parameters.The parameters.
Gets the context.
The database.
Executes the non query asynchronous.
The database.
The cancellation token.
The SQL.
The parameters.
Executes the non query asynchronous.
The database.
The SQL.
The parameters.
Executes the non query.
The database.
The SQL.
The parameters.
Executes the scalar.
The database.
The SQL.
The parameters.
Executes the scalar asynchronous.
The database.
The SQL.
The parameters.
Executes the reader.
The database facade.
The SQL.
The parameters.
Executes the reader asynchronous.
The database facade.
The cancellation token.
The SQL.
The parameters.
Executes the reader asynchronous.
The database.
The SQL.
The parameters.
Fetches the result.
The reader.
Fetches the result json.
The reader.
Fetches the result dynamic.
The reader.
Fetches the result asynchronous.
The reader.
The cancellation token.
Fetches the result asynchronous.
The reader.
Fetches the result.
The type of the result.
The reader.
The selector.
Fetches the result asynchronous.
The type of the result.
The reader.
The selector.
The cancellation token.
Fetches the result asynchronous.
The type of the result.
The reader.
The selector.
Fetches the SQL with multi result set.
The database.
The SQL.
The parameters.
Fetches the SQL to dynamic.
The database.
The SQL.
The parameters.
Fetches the SQL json.
The database.
The SQL.
The parameters.
Fetches the SQL asynchronous.
The database.
The cancellation token.
The SQL.
The parameters.
Fetches the SQL asynchronous.
The database.
The SQL.
The parameters.
Fetches the SQL.
The type of the result.
The database.
The selector.
The SQL.
The parameters.
Fetches the SQL asynchronous.
The type of the result.
The database.
The selector.
The cancellation token.
The SQL.
The parameters.
Fetches the SQL asynchronous.
The type of the result.
The database.
The selector.
The SQL.
The parameters.
Selects the SQL.
The database.
The SQL.
The parameters.
Selects the SQL asynchronous.
The database.
The cancellation token.
The SQL.
The parameters.
Selects the SQL asynchronous.
The database.
The SQL.
The parameters.
Selects the SQL.
The type of the result.
The database.
The selector.
The SQL.
The parameters.
Selects the SQL asynchronous.
The type of the result.
The database.
The cancellation token.
The selector.
The SQL.
The parameters.
Selects the SQL asynchronous.
The type of the result.
The database.
The selector.
The SQL.
The parameters.
Selects the SQL to dataset and output dictionary.
The database.
The SQL.
The parameters.
Selects the SQL to data set output asynchronous.
The database.
The cancellation token.
The SQL.
The parameters.
Selects the SQL to data set asynchronous.
The database.
The SQL.
The parameters.
Selects the SQL to data set asynchronous.
The database.
The cancellation token.
The SQL.
The parameters.
Executes the store procedure.
The database.
The store procedure.
The parameters.
Executes the store procedure asynchronous.
The database.
The cancellation token.
The store procedure.
The parameters.
Executes the store procedure asynchronous.
The database.
The store procedure.
The parameters.
Stores the procedure get data set.
The database.
The store procedure.
The parameters.
Stores the procedure get.
The database.
The store procedure.
The parameters.
Stores the procedure get dynamic.
The database.
The store procedure.
The parameters.
Stores the procedure get asynchronous.
The database.
The cancellation token.
The store procedure.
The parameters.
Stores the procedure get asynchronous.
The database.
The store procedure.
The parameters.
Stores the procedure get.
The type of the result.
The database.
The selector.
The store procedure.
The parameters.
Stores the procedure get asynchronous.
The type of the result.
The database.
The selector.
The cancellation token.
The store procedure.
The parameters.
Stores the procedure get asynchronous.
The type of the result.
The database.
The selector.
The store procedure.
The parameters.
Fetches the store procedure.
The database.
The store procedure.
The parameters.
Fetches the store procedure.
The database.
The store procedure.
The parameters.
Fetches the store procedure json.
The database.
The store procedure.
The parameters.
Fetches the store procedure asynchronous.
The database.
The cancellation token.
The store procedure.
The parameters.
Fetches the store procedure asynchronous.
The database.
The store procedure.
The parameters.
Fetches the store procedure.
The type of the result.
The database.
The selector.
The store procedure.
The parameters.
Fetches the store procedure asynchronous.
The type of the result.
The database.
The selector.
The cancellation token.
The store procedure.
The parameters.
Initializes a new instance of the class.
The options for this context.
Initializes a new instance of the class.
Override this method to configure the database (and other options) to be used for this context.
This method is called for each instance of the context that is created.
The base implementation does nothing.
In situations where an instance of may or may not have been passed
to the constructor, you can use to determine if
the options have already been set, and skip some or all of the logic in
.
A builder used to create or modify options for this context. Databases (and other extensions)
typically define extension methods on this object that allow you to configure the context.
Executes the with nolock.
The query.
The command.
Executes the with nolock asynchronous.
The query.
The command.
Creates the nolock scope.
The context.
Creates the nolock scope asynchronous.
The context.
Firsts the or default with nolock.
The query.
Firsts the or default with nolock asynchronous.
The query.
Firsts the with nolock.
The query.
Firsts the with nolock asynchronous.
The query.
Converts to listwithnolock.
The query.
Converts to listwithnolockasync.
The query.
Converts to arraywithnolock.
The query.
Converts to arraywithnolockasync.
The query.
Counts the with nolock.
The query.
Counts the with nolock asynchronous.
The query.
Longs the count with nolock.
The query.
Longs the count with nolock asynchronous.
The query.
Gets the value.
The reader.
Name of the field.
The value if null.
Gets the row.
The reader.
Gets the row asynchronous.
The reader.
The cancellation token.
Fetches to dynamic.
The reader.
Fetches to dynamic asynchronous.
The reader.
The cancellation token.
Fetches the fill list.
The reader.
The list.
Fetches the fill list asynchronous.
The reader.
The list.
The cancellation token.
Fetches to list.
The type of the result.
The reader.
The selector.
Fetches to list asynchronous.
The type of the result.
The reader.
The selector.
The cancellation token.
Fetches to list.
The reader.
The list.
Fetches to list asynchronous.
The reader.
The list.
The cancellation token.
Fetches the fill data set.
The reader.
The data set.
Fetches the fill data set asynchronous.
The reader.
The data set.
The cancellation token.
Fetches to data set.
The reader.
The data set.
The parameters.
Fetches to data set asynchronous.
The reader.
The entity set.
The cancellation token.
Fetches to table.
The reader.
The table.
Fetches to table.
The reader.
The table.
The cancellation token.
Fetches to table.
The reader.
The table.
Fetches to table asynchronous.
The reader.
The table.
The cancellation token.