You've already forked linux-packaging-mono
14 lines
1021 B
Plaintext
14 lines
1021 B
Plaintext
|
|
<?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>
|