| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637 |
- namespace System.Data.Entity
- {
- static class EntityRes
- {
- public static string GetString (string message, params object[] args)
- {
- return message;
- }
- public static string CtxAlias {
- get {
- return GetString ("CtxAlias");
- }
- }
- public static string CtxAliasedNamespaceImport {
- get {
- return GetString ("CtxAliasedNamespaceImport");
- }
- }
- public static string CtxAnd {
- get {
- return GetString ("CtxAnd");
- }
- }
- public static string CtxAnyElement {
- get {
- return GetString ("CtxAnyElement");
- }
- }
- public static string CtxApplyClause {
- get {
- return GetString ("CtxApplyClause");
- }
- }
- public static string CtxBetween {
- get {
- return GetString ("CtxBetween");
- }
- }
- public static string CtxCase {
- get {
- return GetString ("CtxCase");
- }
- }
- public static string CtxCaseElse {
- get {
- return GetString ("CtxCaseElse");
- }
- }
- public static string CtxCaseWhenThen {
- get {
- return GetString ("CtxCaseWhenThen");
- }
- }
- public static string CtxCast {
- get {
- return GetString ("CtxCast");
- }
- }
- public static string CtxCollatedOrderByClauseItem {
- get {
- return GetString ("CtxCollatedOrderByClauseItem");
- }
- }
- public static string CtxCollectionTypeDefinition {
- get {
- return GetString ("CtxCollectionTypeDefinition");
- }
- }
- public static string CtxCommandExpression {
- get {
- return GetString ("CtxCommandExpression");
- }
- }
- public static string CtxCreateRef {
- get {
- return GetString ("CtxCreateRef");
- }
- }
- public static string CtxDeref {
- get {
- return GetString ("CtxDeref");
- }
- }
- public static string CtxDivide {
- get {
- return GetString ("CtxDivide");
- }
- }
- public static string CtxElement {
- get {
- return GetString ("CtxElement");
- }
- }
- public static string CtxEquals {
- get {
- return GetString ("CtxEquals");
- }
- }
- public static string CtxEscapedIdentifier {
- get {
- return GetString ("CtxEscapedIdentifier");
- }
- }
- public static string CtxExcept {
- get {
- return GetString ("CtxExcept");
- }
- }
- public static string CtxExists {
- get {
- return GetString ("CtxExists");
- }
- }
- public static string CtxExpressionList {
- get {
- return GetString ("CtxExpressionList");
- }
- }
- public static string CtxFlatten {
- get {
- return GetString ("CtxFlatten");
- }
- }
- public static string CtxFromApplyClause {
- get {
- return GetString ("CtxFromApplyClause");
- }
- }
- public static string CtxFromClause {
- get {
- return GetString ("CtxFromClause");
- }
- }
- public static string CtxFromClauseItem {
- get {
- return GetString ("CtxFromClauseItem");
- }
- }
- public static string CtxFromClauseList {
- get {
- return GetString ("CtxFromClauseList");
- }
- }
- public static string CtxFromJoinClause {
- get {
- return GetString ("CtxFromJoinClause");
- }
- }
- public static string CtxFunctionDefinition {
- get {
- return GetString ("CtxFunctionDefinition");
- }
- }
- public static string CtxGreaterThan {
- get {
- return GetString ("CtxGreaterThan");
- }
- }
- public static string CtxGreaterThanEqual {
- get {
- return GetString ("CtxGreaterThanEqual");
- }
- }
- public static string CtxGroupByClause {
- get {
- return GetString ("CtxGroupByClause");
- }
- }
- public static string CtxGroupPartition {
- get {
- return GetString ("CtxGroupPartition");
- }
- }
- public static string CtxHavingClause {
- get {
- return GetString ("CtxHavingClause");
- }
- }
- public static string CtxIdentifier {
- get {
- return GetString ("CtxIdentifier");
- }
- }
- public static string CtxIn {
- get {
- return GetString ("CtxIn");
- }
- }
- public static string CtxIntersect {
- get {
- return GetString ("CtxIntersect");
- }
- }
- public static string CtxIsNotNull {
- get {
- return GetString ("CtxIsNotNull");
- }
- }
- public static string CtxIsNotOf {
- get {
- return GetString ("CtxIsNotOf");
- }
- }
- public static string CtxIsNull {
- get {
- return GetString ("CtxIsNull");
- }
- }
- public static string CtxIsOf {
- get {
- return GetString ("CtxIsOf");
- }
- }
- public static string CtxJoinClause {
- get {
- return GetString ("CtxJoinClause");
- }
- }
- public static string CtxJoinOnClause {
- get {
- return GetString ("CtxJoinOnClause");
- }
- }
- public static string CtxKey {
- get {
- return GetString ("CtxKey");
- }
- }
- public static string CtxLessThan {
- get {
- return GetString ("CtxLessThan");
- }
- }
- public static string CtxLessThanEqual {
- get {
- return GetString ("CtxLessThanEqual");
- }
- }
- public static string CtxLike {
- get {
- return GetString ("CtxLike");
- }
- }
- public static string CtxLimitSubClause {
- get {
- return GetString ("CtxLimitSubClause");
- }
- }
- public static string CtxLiteral {
- get {
- return GetString ("CtxLiteral");
- }
- }
- public static string CtxMemberAccess {
- get {
- return GetString ("CtxMemberAccess");
- }
- }
- public static string CtxMethod {
- get {
- return GetString ("CtxMethod");
- }
- }
- public static string CtxMinus {
- get {
- return GetString ("CtxMinus");
- }
- }
- public static string CtxModulus {
- get {
- return GetString ("CtxModulus");
- }
- }
- public static string CtxMultiply {
- get {
- return GetString ("CtxMultiply");
- }
- }
- public static string CtxMultisetCtor {
- get {
- return GetString ("CtxMultisetCtor");
- }
- }
- public static string CtxNamespaceImport {
- get {
- return GetString ("CtxNamespaceImport");
- }
- }
- public static string CtxNamespaceImportList {
- get {
- return GetString ("CtxNamespaceImportList");
- }
- }
- public static string CtxNavigate {
- get {
- return GetString ("CtxNavigate");
- }
- }
- public static string CtxNot {
- get {
- return GetString ("CtxNot");
- }
- }
- public static string CtxNotBetween {
- get {
- return GetString ("CtxNotBetween");
- }
- }
- public static string CtxNotEqual {
- get {
- return GetString ("CtxNotEqual");
- }
- }
- public static string CtxNotIn {
- get {
- return GetString ("CtxNotIn");
- }
- }
- public static string CtxNotLike {
- get {
- return GetString ("CtxNotLike");
- }
- }
- public static string CtxNullLiteral {
- get {
- return GetString ("CtxNullLiteral");
- }
- }
- public static string CtxOfType {
- get {
- return GetString ("CtxOfType");
- }
- }
- public static string CtxOfTypeOnly {
- get {
- return GetString ("CtxOfTypeOnly");
- }
- }
- public static string CtxOr {
- get {
- return GetString ("CtxOr");
- }
- }
- public static string CtxOrderByClause {
- get {
- return GetString ("CtxOrderByClause");
- }
- }
- public static string CtxOrderByClauseItem {
- get {
- return GetString ("CtxOrderByClauseItem");
- }
- }
- public static string CtxOverlaps {
- get {
- return GetString ("CtxOverlaps");
- }
- }
- public static string CtxParen {
- get {
- return GetString ("CtxParen");
- }
- }
- public static string CtxPlus {
- get {
- return GetString ("CtxPlus");
- }
- }
- public static string CtxQueryExpression {
- get {
- return GetString ("CtxQueryExpression");
- }
- }
- public static string CtxQueryStatement {
- get {
- return GetString ("CtxQueryStatement");
- }
- }
- public static string CtxRef {
- get {
- return GetString ("CtxRef");
- }
- }
- public static string CtxRefTypeDefinition {
- get {
- return GetString ("CtxRefTypeDefinition");
- }
- }
- public static string CtxRelationship {
- get {
- return GetString ("CtxRelationship");
- }
- }
- public static string CtxRelationshipList {
- get {
- return GetString ("CtxRelationshipList");
- }
- }
- public static string CtxRowCtor {
- get {
- return GetString ("CtxRowCtor");
- }
- }
- public static string CtxRowTypeDefinition {
- get {
- return GetString ("CtxRowTypeDefinition");
- }
- }
- public static string CtxSelectRowClause {
- get {
- return GetString ("CtxSelectRowClause");
- }
- }
- public static string CtxSelectValueClause {
- get {
- return GetString ("CtxSelectValueClause");
- }
- }
- public static string CtxSet {
- get {
- return GetString ("CtxSet");
- }
- }
- public static string CtxSimpleIdentifier {
- get {
- return GetString ("CtxSimpleIdentifier");
- }
- }
- public static string CtxSkipSubClause {
- get {
- return GetString ("CtxSkipSubClause");
- }
- }
- public static string CtxTopSubClause {
- get {
- return GetString ("CtxTopSubClause");
- }
- }
- public static string CtxTreat {
- get {
- return GetString ("CtxTreat");
- }
- }
- public static string CtxTypeName {
- get {
- return GetString ("CtxTypeName");
- }
- }
- public static string CtxTypeNameWithTypeSpec {
- get {
- return GetString ("CtxTypeNameWithTypeSpec");
- }
- }
- public static string CtxUnaryMinus {
- get {
- return GetString ("CtxUnaryMinus");
- }
- }
- public static string CtxUnaryPlus {
- get {
- return GetString ("CtxUnaryPlus");
- }
- }
- public static string CtxUnion {
- get {
- return GetString ("CtxUnion");
- }
- }
- public static string CtxUnionAll {
- get {
- return GetString ("CtxUnionAll");
- }
- }
- public static string CtxWhereClause {
- get {
- return GetString ("CtxWhereClause");
- }
- }
- public static string ParserFatalError {
- get {
- return GetString ("ParserFatalError");
- }
- }
- public static string ParserInputError {
- get {
- return GetString ("ParserInputError");
- }
- }
- public static string GenericSyntaxError {
- get {
- return GetString ("GenericSyntaxError");
- }
- }
- public static string InvalidSchemaEncountered {
- get {
- return GetString ("InvalidSchemaEncountered");
- }
- }
- public static string ViewGen_Foreign_Key_ColumnOrder_Incorrect {
- get {
- return GetString ("ViewGen_Foreign_Key_ColumnOrder_Incorrect");
- }
- }
- public static string ViewGen_CommaBlank {
- get {
- return GetString ("ViewGen_CommaBlank");
- }
- }
- public static string Mapping_Default_OCMapping_Member_Type_Mismatch {
- get {
- return GetString ("Mapping_Default_OCMapping_Member_Type_Mismatch");
- }
- }
- public static string EntityClient_ProviderSpecificError {
- get {
- return GetString ("EntityClient_ProviderSpecificError");
- }
- }
- public const string EntityDataCategory_Context = "EntityDataCategory_Context";
- public const string DataCategory_Data = "DataCategory_Data";
- public const string EntityDataCategory_Source = "EntityDataCategory_Source";
- public const string EntityDataCategory_NamedConnectionString = "EntityDataCategory_NamedConnectionString";
- public const string DataCategory_Update = "DataCategory_Update";
- public const string EntityConnectionString_ProviderConnectionString = "EntityConnectionString_ProviderConnectionString";
- public const string DbParameter_Direction = "DbParameter_Direction";
- public const string DbParameter_Size = "DbParameter_Size";
- public const string DbParameter_SourceColumn = "DbParameter_SourceColumn";
- public const string EntityConnectionString_Provider = "EntityConnectionString_Provider";
- public const string DbParameter_SourceVersion = "DbParameter_SourceVersion";
- public const string EntityConnectionString_Metadata = "EntityConnectionString_Metadata";
- public const string EntityConnectionString_Name = "EntityConnectionString_Name";
- }
- }
|