Table of Contents

Class SqlServerCePolyProvider

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

A SQL server ce polygon provider.

public class SqlServerCePolyProvider : IPolyProvider
Inheritance
SqlServerCePolyProvider
Implements
Inherited Members

Constructors

SqlServerCePolyProvider()

public SqlServerCePolyProvider()

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

EscapeColumnName(string)

public string EscapeColumnName(string columnName)

Parameters

columnName string

Returns

string

EscapeTableName(string)

public string EscapeTableName(string tableName)

Parameters

tableName string

Returns

string