Rhetos.Dsl.DefaultConcepts.PersistedSubtypeImplementationIdInfo.GetSqlObjectPrototype C# (CSharp) Метод

GetSqlObjectPrototype() публичный Метод

The returned prototype can be used as a reference to the actual object in the IDslModel.
public GetSqlObjectPrototype ( ) : Rhetos.Dsl.DefaultConcepts.SqlObjectInfo
Результат Rhetos.Dsl.DefaultConcepts.SqlObjectInfo
        public SqlObjectInfo GetSqlObjectPrototype()
        {
            return new SqlObjectInfo
            {
                Module = Subtype.Module,
                Name = Subtype.Name + "_" + GetComputedColumnName(ImplementationName),
            };
        }