Snippets/Templates

<< >>

Navigation:  CodeStencil >

Snippets/Templates

 

 

GetPrimaryKey.Functions.cs:

using ZeraSystems.CodeStencil.Contracts;
namespace ZeraSystems.CodeNanite.Schema
{
    public partial class GetPrimaryKey
    {
        private void MainFunction()
        {
            Output = GetTable(Input) +"."+ GetPrimaryKey(Input) ;
        }
    }
}