Table of Contents

Class SqlPolyProvider

Namespace
Z.EntityFramework.Extensions
Assembly
Z.EntityFramework.Extensions.dll

A SQL polygon provider.

public class SqlPolyProvider : IPolyProvider
Inheritance
SqlPolyProvider
Implements
Inherited Members

Constructors

SqlPolyProvider()

public SqlPolyProvider()

Fields

Call_SqlParameter_Clone

public static Action<SqlParameter, SqlParameter> Call_SqlParameter_Clone

Field Value

Action<SqlParameter, SqlParameter>

Properties

AllowMultipleStatement

Gets a value indicating whether we allow multiple statement.

public bool AllowMultipleStatement { get; }

Property Value

bool

True if allow multiple statement, false if not.

MaximumParameter

Gets the maximum parameter.

public int MaximumParameter { get; }

Property Value

int

The maximum parameter.

Methods

Clone(SqlParameter, string)

Makes a deep copy of this object.

public static SqlParameter Clone(SqlParameter @this, string newName)

Parameters

this SqlParameter

this.

newName string

Name of the new.

Returns

SqlParameter

A copy of this object.

EscapeColumnName(string)

public string EscapeColumnName(string columnName)

Parameters

columnName string

Returns

string

EscapeTableName(string)

public string EscapeTableName(string tableName)

Parameters

tableName string

Returns

string