<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.sage.fr/index.php?action=history&amp;feed=atom&amp;title=AliasOf_%28TSelectorConstraint%29</id>
	<title>AliasOf (TSelectorConstraint) - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.sage.fr/index.php?action=history&amp;feed=atom&amp;title=AliasOf_%28TSelectorConstraint%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=AliasOf_(TSelectorConstraint)&amp;action=history"/>
	<updated>2026-05-25T02:17:54Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://wiki.sage.fr/index.php?title=AliasOf_(TSelectorConstraint)&amp;diff=11168&amp;oldid=prev</id>
		<title>Syfre : Page créée avec « &lt;source lang=&#039;delphi&#039;&gt;function AliasOf(const iAttributeName:string):string;&lt;/source&gt;  Cette méthode retourne la colonne d&#039;un attribut de la classe de la contrainte  {|cla... »</title>
		<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=AliasOf_(TSelectorConstraint)&amp;diff=11168&amp;oldid=prev"/>
		<updated>2016-11-13T16:52:40Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function AliasOf(const iAttributeName:string):string;&amp;lt;/source&amp;gt;  Cette méthode retourne la colonne d&amp;#039;un attribut de la classe de la contrainte  {|cla... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function AliasOf(const iAttributeName:string):string;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette méthode retourne la colonne d&amp;#039;un attribut de la classe de la contrainte&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paramètre&lt;br /&gt;
!Usage&lt;br /&gt;
|-&lt;br /&gt;
|Result&lt;br /&gt;
|La colonne préfixée dans la requête.&lt;br /&gt;
|-&lt;br /&gt;
|iAttributeName&lt;br /&gt;
|Nom de la l&amp;#039;attribut de la classe&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Exemple : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
procedure foo();&lt;br /&gt;
var sel:TSelector; c1:TSelectorConstraint;&lt;br /&gt;
begin&lt;br /&gt;
  sel = Class1.CreateSelector(...);   &lt;br /&gt;
  c1 := sel.AddConstraint(Class2,..); // join CLASS2 t1 on ...&lt;br /&gt;
  s := c1.AliasOf(&amp;#039;att&amp;#039;);&lt;br /&gt;
  // s = t1.att&lt;br /&gt;
 end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voir aussi :&lt;br /&gt;
&lt;br /&gt;
{{Footer|TSelectorConstraint_(selector)}}&lt;br /&gt;
[[category:Sélecteur]]&lt;/div&gt;</summary>
		<author><name>Syfre</name></author>
	</entry>
</feed>