Files
linux-packaging-mono/external/entityframework/test/EntityFramework/FunctionalTests.Transitional/Objects/TransactionsModel.ssdl
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

14 lines
1021 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Schema Namespace="tempdbModel.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2008" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
<EntityContainer Name="tempdbModelStoreContainer">
<EntitySet Name="##TransactionLog" EntityType="tempdbModel.Store.##TransactionLog" store:Type="Tables" Schema="dbo" />
</EntityContainer>
<EntityType Name="##TransactionLog">
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="int" Nullable="false" StoreGeneratedPattern="Identity" />
<Property Name="TransactionCount" Type="int" Nullable="false" />
</EntityType>
<Function Name="CreateTransactionLogEntry" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" StoreFunctionName="##CreateTransactionLogEntry" Schema="dbo" />
</Schema>