Updated Firebird nuget.
This commit is contained in:
Родитель
ea4cade009
Коммит
cc6c42e191
|
@ -23,7 +23,7 @@
|
|||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\packages\FirebirdSql.Data.FirebirdClient.3.1.1.0\lib\net40-client\FirebirdSql.Data.FirebirdClient.dll" target="tools" />
|
||||
<file src="..\packages\FirebirdSql.Data.FirebirdClient.4.1.0.0\lib\net40-client\FirebirdSql.Data.FirebirdClient.dll" target="tools" />
|
||||
<file src="LinqToDB.Firebird.Tools.ttinclude" target="content\LinqToDB.Templates" />
|
||||
<file src="CopyMe.Firebird.tt.txt" target="content\LinqToDB.Templates" />
|
||||
</files>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\..\linq2db\Source\bin\Release\linq2db.dll" target="tools" />
|
||||
<file src="..\..\linq2db\Source\bin\Release.4.0\linq2db.dll" target="tools" />
|
||||
<file src="..\Templates\DataAnnotations.ttinclude" target="content\LinqToDB.Templates" />
|
||||
<file src="..\Templates\DataModel.ttinclude" target="content\LinqToDB.Templates" />
|
||||
<file src="..\Templates\EditableObject.ttinclude" target="content\LinqToDB.Templates" />
|
||||
|
|
|
@ -170,10 +170,10 @@ namespace FirebirdDataContext
|
|||
#region Associations
|
||||
|
||||
/// <summary>
|
||||
/// INTEG_8224
|
||||
/// INTEG_1683
|
||||
/// </summary>
|
||||
[Association(ThisKey="PERSONID", OtherKey="PERSONID", CanBeNull=false)]
|
||||
public PERSON INTEG8224 { get; set; }
|
||||
public PERSON INTEG1683 { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
@ -196,10 +196,10 @@ namespace FirebirdDataContext
|
|||
public IEnumerable<DOCTOR> DOCTORs { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// INTEG_8224_BackReference
|
||||
/// INTEG_1683_BackReference
|
||||
/// </summary>
|
||||
[Association(ThisKey="PERSONID", OtherKey="PERSONID", CanBeNull=false)]
|
||||
public IEnumerable<PATIENT> INTEG8224 { get; set; }
|
||||
public IEnumerable<PATIENT> INTEG1683 { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<#@ output extension=".generated.cs" #>
|
||||
<#@ include file="..\..\Templates\LinqToDB.Firebird.ttinclude" #>
|
||||
<#@ include file="..\..\Templates\PluralizationService.ttinclude" #>
|
||||
<#@ assembly name="$(SolutionDir)packages\FirebirdSql.Data.FirebirdClient.3.1.1.0\lib\net40-client\FirebirdSql.Data.FirebirdClient.dll" #>
|
||||
<#@ assembly name="E:\Projects\Git\linq2db\Source\bin\Debug\linq2db.dll" #>
|
||||
<#@ assembly name="$(SolutionDir)packages\FirebirdSql.Data.FirebirdClient.4.1.0.0\lib\net40-client\FirebirdSql.Data.FirebirdClient.dll" #>
|
||||
<#@ assembly name="I:\linq2db\Source\bin\Debug.4.0\linq2db.dll" #>
|
||||
<#
|
||||
NamespaceName = "FirebirdDataContext";
|
||||
|
||||
|
|
|
@ -17,5 +17,14 @@ namespace T4Model.Tests
|
|||
return ValidationResult.Success;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void AddError(string name, string errorMessage)
|
||||
{
|
||||
}
|
||||
|
||||
private void RemoveError(string nameOfEditableInt1)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче