Mini SQL Query Extensibility Documentation
SqlCeSchemaService Class
NamespacesMiniSqlQuery.Core.DbModelSqlCeSchemaService
SQL Compact Edition schema service. Made possible with contributions form ExportSQLCE project. http://exportsqlce.codeplex.com/ http://erikej.blogspot.com/
Declaration Syntax
C#Visual BasicVisual C++
public class SqlCeSchemaService : GenericSchemaService
Public Class SqlCeSchemaService _
	Inherits GenericSchemaService
public ref class SqlCeSchemaService : public GenericSchemaService
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SqlCeSchemaService()()()
Initializes a new instance of the SqlCeSchemaService class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
ForeignKeyInformationAvailable (Inherited from GenericSchemaService.)
GetColumnsForTable(DbModelTable, DataTable, Dictionary<(Of <(String, DbModelType>)>)) (Inherited from GenericSchemaService.)
GetDataTypeNameForColumn(DbModelTable, DataTable, DataRow) (Overrides GenericSchemaService.GetDataTypeNameForColumn(DbModelTable, DataTable, DataRow).)
GetDbObjectModel(String) (Overrides GenericSchemaService.GetDbObjectModel(String).)
GetDbTypes(DbConnection)
Gets the db types for the SQL CE provider.
(Overrides GenericSchemaService.GetDbTypes(DbConnection).)
GetDescription()()() (Inherited from GenericSchemaService.)
GetForeignKeyReferencesForTable(DbConnection, DbModelTable) (Overrides GenericSchemaService.GetForeignKeyReferencesForTable(DbConnection, DbModelTable).)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTableKeyInfo(DbConnection, String, String) (Inherited from GenericSchemaService.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MakeSqlFriendly(String) (Inherited from GenericSchemaService.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ProcessForeignKeyReferencesForTable(DbConnection, DbModelTable) (Overrides GenericSchemaService.ProcessForeignKeyReferencesForTable(DbConnection, DbModelTable).)
ProviderName (Inherited from GenericSchemaService.)
SafeGetBool(DataRow, String) (Inherited from GenericSchemaService.)
SafeGetInt(DataRow, String) (Inherited from GenericSchemaService.)
SafeGetString(DataRow, String) (Inherited from GenericSchemaService.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
GenericSchemaService
 SqlCeSchemaService

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)